Changes between Version 1 and Version 2 of PostGreSQLBasedServerDeploy


Ignore:
Timestamp:
2016-11-28T15:17:52+01:00 (7 years ago)
Author:
mdehaan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PostGreSQLBasedServerDeploy

    v1 v2  
    11= Deployment SOP for developers =
    2 This SOP describes how to deploy MOLGENIS v2.0 on a server
    3 with a clean Golden VM deployed
     2This SOP describes how to deploy MOLGENIS v2.0 on a server with a clean Golden VM deployed
    43
    54 * Login on VM
     
    1110{{{
    1211#
    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.
    2813#
    2914nano -w ~/apache-tomcat/conf/tomcat-users.xml
     
    3116#
    3217# 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
    3420#
    3521<role rolename="manager-gui"/>