Changes between Version 1 and Version 2 of ServerAdministrationNBX
- Timestamp:
- Jun 20, 2011, 3:20:08 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ServerAdministrationNBX
v1 v2 8 8 sudo adduser tomcat 9 9 }}} 10 * Switch to user tomcat 10 * Switch to user tomcat and its home directory 11 11 {{{ 12 sudo su tomcat12 sudo su - tomcat 13 13 }}} 14 Change default shell to bash:14 * Change default shell to bash: 15 15 {{{ 16 16 chsh -s /bin/bash 17 17 }}} 18 18 * Check out deploy scripts 19 {{{ 20 svn checkout --username=anonymous https://svn.osx.eu/gscf-misc/scripts 21 }}} 22 * Download Tomcat (to find the newest version, go to http://tomcat.apache.org/, find it, click Download and look up the Core .tar.gz file) 23 {{{ 24 wget http://apache.mirrors.webazilla.nl/tomcat/tomcat-7/v7.0.16/bin/apache-tomcat-7.0.16.tar.gz 25 tar -zxvf apache-tomcat-7.0.16.tar.gz 26 }}}