diff options
author | ivan <ivan> | 2004-01-10 11:32:25 +0000 |
---|---|---|
committer | ivan <ivan> | 2004-01-10 11:32:25 +0000 |
commit | 23514b209304e58bca737894139243ac0cc2f7c1 (patch) | |
tree | 294df200da24133053e705cc30f2f093f690389f /install | |
parent | 5751ed4bafee28e74442a661dedeb6bb037497b3 (diff) |
update paths
Diffstat (limited to 'install')
-rw-r--r-- | install/redhat/9/INSTALL | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/install/redhat/9/INSTALL b/install/redhat/9/INSTALL index 2fecd1164..813f6947b 100644 --- a/install/redhat/9/INSTALL +++ b/install/redhat/9/INSTALL @@ -30,9 +30,9 @@ perl -MCPAN -e"install Locale::Country, Net::Whois, Business::CreditCard, \ #edit /etc/init.d/httpd, add -DHAVE_PERL -DHAVE_SSL, then remove perl & ssl # module load bits from /etc/httpd/conf/httpd.conf -useradd freeside +/usr/sbin/useradd freeside -chkconfig postgresql on +/sbin/chkconfig postgresql on /etc/init.d/postgresql start su postgres -c "createuser -P freeside" @@ -40,7 +40,7 @@ su postgres -c "createuser -P freeside" su freeside -c "createdb freeside" #? -cd ../.. +cd ../../.. make install-perl-modules make create-config freeside-adduser -c -h /usr/local/etc/freeside/htpasswd ivan |