diff options
author | ivan <ivan> | 2004-01-10 11:32:24 +0000 |
---|---|---|
committer | ivan <ivan> | 2004-01-10 11:32:24 +0000 |
commit | e09c90ae3aa34e1e5a98bf024d99fbd07a50c3e4 (patch) | |
tree | f290fe4399ae5628e074b185abe6415a32ce604c /install/redhat | |
parent | 2ee78e49dd604c6269463fd0431bb7bf361a170a (diff) |
update paths
Diffstat (limited to 'install/redhat')
-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 |