Changes between Version 27 and Version 28 of SopUpdateBbmriApp
- Timestamp:
- 2013-05-29T13:55:04+02:00 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SopUpdateBbmriApp
v27 v28 1 1 = = 2 2 = '''How to update bbmri app''' = 3 == Export war & mysql file ==4 1. Run the app on your molgenis-legacy workspace (using tomcat, not standalone)5 1. Export the war file6 1. In eclipse: File--> export --> Web --> war file7 1. The database is updated as follows: apply the mysql changes that you have made locally to the database on the server, so that you have the latest version of data for the server and the changes you want applied there. About the database changes you need to track them in a migration a file like one in the end of this document.8 9 3 == Quick tutorial == 10 4 1) Copy the mysqldump from the live server to the test server [[BR]]2) Deploy the new war file on the testserver[[BR]] 2.1) Check if there are errors according to changes in the model. There are 2 ways: … … 15 9 2.2) If there are changes, make the migration script[[BR]] 16 10 11 = Detailed tutorial = 12 = Export war & mysql file = 13 = 1. Run the app on your molgenis-legacy workspace (using tomcat, not standalone) 14 1. Export the war file 15 1. In eclipse: File--> export --> Web --> war file 16 1. The database is updated as follows: apply the mysql changes that you have made locally to the database on the server, so that you have the latest version of data for the server and the changes you want applied there. About the database changes you need to track them in a migration a file like one in the end of this document. 17 18 = 17 19 = '''Deploy to server''' = 18 20 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/) .