wiki:SopUpdateBbmriApp

Version 1 (modified by antonak, 11 years ago) (diff)

--

How to update bbmri app

Export war & mysql file

  1. 1.     Run the app on your molgenis-legacy workspace (using tomcat, not standalone)
  1. 2.     Export the war file
    1. a.     In eclipse: File--> export --> Web -->  war file
  2. 3.     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.