[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

SF.net SVN: ledger-smb:[4398] branches/1.3/dists/rpm/ledgersmb.spec



Revision: 4398
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=4398&view=rev
Author:   einhverfr
Date:     2012-03-07 09:30:21 +0000 (Wed, 07 Mar 2012)
Log Message:
-----------
Correcting out of date docs regarding admin.pl vs setup.pl

Modified Paths:
--------------
    branches/1.3/dists/rpm/ledgersmb.spec

Modified: branches/1.3/dists/rpm/ledgersmb.spec
===================================================================
--- branches/1.3/dists/rpm/ledgersmb.spec	2012-03-07 08:16:57 UTC (rev 4397)
+++ branches/1.3/dists/rpm/ledgersmb.spec	2012-03-07 09:30:21 UTC (rev 4398)
@@ -46,17 +46,11 @@
 host    all         all         127.0.0.1/32          md5
 - Restart PostgreSQL to apply changes (service postgres restart)
 
-In %{_sysconfdir}/%{name}/ledgersmb.conf set DBPassword to something
-and create the ledgersmb master user and database:
-su - postgres -c "createuser -d ledgersmb --createdb --superuser -P"
-su - postgres -c "createdb ledgersmb"
-su - postgres -c "createlang plpgsql ledgersmb"
-su - postgres -c "psql ledgersmb < %{_datadir}/%{name}/sql/Pg-central.sql"
-Bleeding edge hint: Set password to avoid bogus web prompt:
-su - postgres -c "psql ledgersmb -c \"update users_conf set password = md5('yada') where id = 1;\""
+- log in via psql, ALTER USER postgres WITH PASSWORD 'yada';
 
-Visit http://localhost/ledgersmb/admin.pl with password "yada" and create an
-application database and users.
+Visit http://localhost/ledgersmb/setup.pl with username postgres and password 
+'yada' and create an application database.  This will also walk you through 
+creating an initial admin user.
 
 Also note, this does NOT provide the LaTeX template extensions which are 
 technically optional but frequently used.  To use these you will need to install

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.