SAC:Setup OCS

From OSGeo
Revision as of 09:43, 31 July 2007 by Tmitchell (talk | contribs)
Jump to navigation Jump to search
  • Download OCS 2.0 tarball or from CVS
  • See Install README
  • Save to /var/www/ocs/htdocs and create /var/www/ocs/files for uploads, etc. outside of public web access
  • Copy default config to main:
sudo cp /var/www/ocs2/htdocs/config.TEMPLATE.inc.php /var/www/ocs2/htdocs/config.inc.php
  • Create httpd conf.d file /etc/httpd/conf.d/ocs.conf:
Alias /ocs "/var/www/ocs2/htdocs"
<Directory "/var/www/ocs2/htdocs">
    Options None
    AllowOverride None
    Order allow,deny
    Allow from all
</Directory>
  • restart httpd
  • Set permissions in /var/www/ocs2/htdocs
sudo chown apache.apache config.inc.php public cache cache/t_cache cache/t_config cache/t_compile cache/_db