diff options
author | ivan <ivan> | 1998-11-13 05:15:04 +0000 |
---|---|---|
committer | ivan <ivan> | 1998-11-13 05:15:04 +0000 |
commit | f6ef3dec7840be2e7ac7c39bed32a7ea68425b2d (patch) | |
tree | 9b9acfc10cb21c0337ca3ba1b2591440b86344e1 /htdocs/docs/install.html | |
parent | ace29ec6f4cdcbe3c76f5d874ba58083575e9fec (diff) |
more documentation updates for new config location
Diffstat (limited to 'htdocs/docs/install.html')
-rw-r--r-- | htdocs/docs/install.html | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/htdocs/docs/install.html b/htdocs/docs/install.html index da80a5a6c..8cead6d09 100644 --- a/htdocs/docs/install.html +++ b/htdocs/docs/install.html @@ -44,12 +44,9 @@ cp -r fs-x.y.z/htdocs/* /usr/local/apache/htdocs/freeside</pre> or <pre>ln -s /f <pre>cd /usr/local/apache/htdocs/freeside chown -R freeside . chmod 4755 browse/*.cgi edit/*.cgi edit/process/*.cgi misc/*.cgi misc/process/*.cgi search/*.cgi view/*.cgi</pre> -<li>Create the base Freeside directory `/var/spool/freeside', and the subdirectories `conf', `counters', and `export'. <pre>mkdir /var/spool/freeside -mkdir /var/spool/freeside/conf -mkdir /var/spool/freeside/counters -mkdir /var/spool/freeside/export -chown -R freeside /var/spool/freeside</pre> - <li>Create the necessary <a href="config.html">configuration files</a>. +<li>Create the necessary <a href="config.html">configuration files</a>. +<li>Create the `/usr/local/etc/freeside/counters.<i>datasrc</i>', and + `/usr/local/etc/freeside/export.<i>datasrc</i>' directories for each <i>datasrc</i>. <li>Run bin/fs-setup to create the database tables. </ul> </body> |