Changes between Version 1 and Version 2 of PostGreSQLBasedServerDeploy
- Timestamp:
- 2016-11-28T15:17:52+01:00 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PostGreSQLBasedServerDeploy
v1 v2 1 1 = Deployment SOP for developers = 2 This SOP describes how to deploy MOLGENIS v2.0 on a server 3 with a clean Golden VM deployed 2 This SOP describes how to deploy MOLGENIS v2.0 on a server with a clean Golden VM deployed 4 3 5 4 * Login on VM … … 11 10 {{{ 12 11 # 13 # Edit the existing molgenis-server.properties file 14 # 15 echo ' 16 db_user=molgenis 17 db_password=molgenis 18 db_driver=org.postgresql.Driver 19 db_uri=jdbc\:postgresql\://localhost/molgenis?reWriteBatchedInserts=true&autosave=CONSERVATIVE 20 admin.password=admin 21 user.password=admin 22 mail.username=<Username> 23 mail.password=<Password> 24 ' > ~/.molgenis/molgenis-server.properties 25 26 # 27 # Install tomcat users 12 # Install tomcat users. 28 13 # 29 14 nano -w ~/apache-tomcat/conf/tomcat-users.xml … … 31 16 # 32 17 # Paste just before the closing tag from tomcat-users (</tomcat-users>): 33 # Update the password to the true passwords. 18 # Update the password to the true passwords. The username and password you configure for your manager-gui role is 19 # the one you should use when deploying via jenkins 34 20 # 35 21 <role rolename="manager-gui"/>