User Tools

Site Tools


howto:molgenis_install

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
howto:molgenis_install [2015/08/21 13:18] jphowto:molgenis_install [2018/10/09 10:12] (current) – external edit 127.0.0.1
Line 88: Line 88:
     - Do this by searching for //molgenis-app// in the [[http://search.maven.org/|maven repository]]     - Do this by searching for //molgenis-app// in the [[http://search.maven.org/|maven repository]]
     - Download the war file by using wget. e.g.<code bash>     - Download the war file by using wget. e.g.<code bash>
-wget http://search.maven.org/remotecontent?filepath=org/molgenis/molgenis-app/1.8.2/molgenis-app-1.8.2.war -O molgenis-app-1.8.2.war +wget http://search.maven.org/remotecontent?filepath=org/molgenis/molgenis-app/1.19.0/molgenis-app-1.19.0.war -O molgenis-app-1.19.0.war</code>
-</code>+
   - Rename the downloaded war file to ''ROOT.war'' (case important).  This is an annoying and necessary limitation   - Rename the downloaded war file to ''ROOT.war'' (case important).  This is an annoying and necessary limitation
   - Make sure owner tomcat7 owns the file, ''sudo chown tomcat7:tomcat7 ROOT.war''   - Make sure owner tomcat7 owns the file, ''sudo chown tomcat7:tomcat7 ROOT.war''
Line 95: Line 94:
 sudo cp -vp ROOT.war /var/lib/tomcat7/webapps sudo cp -vp ROOT.war /var/lib/tomcat7/webapps
 </code> </code>
-  - The above will automatically start deploying the molgenis app on Tomcat.  If you want to follow what is going on, **before** copying set a ''tail -f /var/log/tomcat7/catalina.out''+  - The above will automatically start deploying the molgenis app on Tomcat.  If you want to follow what is going on, **before** copying set a ''sudo tail -f /var/log/tomcat7/catalina.out''
   - When the molgenis web application deploys you should see something like:   - When the molgenis web application deploys you should see something like:
 <konsole> <konsole>
Line 125: Line 124:
 INFO: Server startup in 133414 ms</nowiki> INFO: Server startup in 133414 ms</nowiki>
 </konsole> </konsole>
 +
 +You can access the molgenis web app by pointing your web browser to [[http://127.0.0.1:8080|http://127.0.0.1:8080]]
howto/molgenis_install.1440163137.txt.gz · Last modified: 2018/10/09 10:12 (external edit)