Changes between Version 7 and Version 8 of ServerAdministrationNBX
- Timestamp:
- Jun 20, 2011, 4:43:39 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ServerAdministrationNBX
v7 v8 37 37 === Set up Apache virtual host configuration === 38 38 39 * Copy the appropriate virtual host configuration from the SVN templates to the apache virtual host directory and adjust it to your wishes 40 {{{ 39 * Copy the appropriate virtual host configuration from the SVN templates to the apache virtual host directory and adjust the 41 40 sudo cp /home/tomcat/vhost/dbnp.org_gscf-www.conf /etc/apache2/sites-available 42 41 cd /etc/apache2/sites-enabled … … 63 62 }}} 64 63 64 === Set up custom GSCF configuration === 65 66 You can create the configuration by running GSCF setup wizard. Alternatively, you can write it from scratch: 67 68 * As user tomcat, write the GSCF configuration: 69 {{{ 70 sudo -u tomcat nano /home/tomcat/.gscf/www.properties 71 }}} 72 You can copy the default configuration from https://trac.nbic.nl/gscf/browser/trunk/grails-app/conf/default.properties, but make sure to change the application URL, the database driver, the database user name and password (to what you just entered).