10 | | 1. As also listed here: http://www.molgenis.org/wiki/MolgenisServers the '''test server''' is at molgenis35(https://molgenis35.target.rug.nl/biobanks/) and the '''production server''' at molgenis14(https://catalogue.bbmri.nl/biobanks/) . |
11 | | 1. First deploy at test server, notify [mailto:david.van.enckevort@nbic.nl david.van.enckevort AT nbic.nl]. He will notify BBMRI office, they will review the changes and if everything is ok proceed to updating bbmri production server. |
12 | | 1. Deploy at test molgenis14 (Take a look here also http://www.molgenis.org/wiki/SopCreateMolgenisVM#SopDeploymentForDevs ) : |
| 9 | 1. As also listed here: http://www.molgenis.org/wiki/MolgenisServers the '''test server''' is at molgenis35(https://molgenis35.target.rug.nl/biobanks/) and the '''production server''' at molgenis14(https://catalogue.bbmri.nl/biobanks/) . |
| 10 | 1. First deploy at test server, notify [mailto:david.van.enckevort@nbic.nl david.van.enckevort AT nbic.nl]. He will notify BBMRI office, they will review the changes and if everything is ok proceed to updating bbmri production server. |
| 11 | 1. Deploy at test molgenis14 (Take a look here also http://www.molgenis.org/wiki/SopCreateMolgenisVM#SopDeploymentForDevs ) : |
23 | | |
24 | | |
25 | | * Check the dumbed file if it is not just an error file … |
26 | | * Apply migration steps: |
27 | | * mysql -u molgenis –pmolgenis |
28 | | * use bbmri |
29 | | * <apply mysql commands> |
30 | | * '''Backup & replace the war file on server''': |
31 | | * The war file is in /usr/share/tomcat6/webapps/biobanks.war |
32 | | * cp /usr/share/tomcat6/webapps/biobanks.war ~/warFiles/<date_bbmri.war> |
33 | | * Now replace the file there with your recent file uploaded in the server. This will OVERWITE the old file and tomcat will take affect immediately. Do not delete the old first, that won’t work! Just overwrite it! |
34 | | * cp <filename>.war /usr/share/tomcat6/webapps/biobanks.war |
35 | | * You can check the tomcat & mysql service with: |
36 | | * sudo service tomcat6 status |
37 | | * sudo service mysqld status |
| 22 | * Check the dumbed file if it is not just an error file … |
| 23 | * Apply migration steps: |
| 24 | * mysql -u molgenis –pmolgenis |
| 25 | * use bbmri |
| 26 | * <apply mysql commands> |
| 27 | * '''Backup & replace the war file on server''': |
| 28 | * The war file is in /usr/share/tomcat6/webapps/biobanks.war |
| 29 | * cp /usr/share/tomcat6/webapps/biobanks.war ~/warFiles/<date_bbmri.war> |
| 30 | * Now replace the file there with your recent file uploaded in the server. This will OVERWITE the old file and tomcat will take affect immediately. Do not delete the old first, that won’t work! Just overwrite it! |
| 31 | * cp <filename>.war /usr/share/tomcat6/webapps/biobanks.war |
| 32 | * You can check the tomcat & mysql service with: |
| 33 | * sudo service tomcat6 status |
| 34 | * sudo service mysqld status |