Changes between Version 40 and Version 41 of xQTLAdministratorInstall
- Timestamp:
- 2012-07-01T11:58:51+02:00 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
xQTLAdministratorInstall
v40 v41 33 33 <font style="font-family: Courier"> 34 34 kill -9 `lsof -i :9000 -t`<br> 35 cd ~/xqtl<br> 36 svn update molgenis molgenis_apps<br> 37 cd molgenis_apps<br> 35 cd ~/xqtl/molgenis<br> 36 git pull origin master<br> 37 cd ~/xqtl/molgenis_apps<br> 38 git pull origin master<br> 38 39 ant -f xqtl_dev.xml clean_make<br> 39 40 nohup ant -f xqtl_dev.xml runOn -Dport=9000 &<br> … … 56 57 57 58 '''Update the application''':[[BR]] 58 ` svn update molgenis molgenis_apps`[[BR]]59 `git pull origin master`[[BR]] 59 60 Followed by at least recompilation. This is the 'fast but may fail' option.[[BR]] 60 61 `ant -f xqtl_dev.xml recompile`[[BR]] … … 74 75 75 76 For '''further details''' you can consult the source of the various scripts: 76 [http ://www.molgenis.org/svn/molgenis_apps/trunk/xqtl_dev.xml development], [http://www.molgenis.org/svn/molgenis_apps/trunk/xqtl_selenium.xml webtesting], [http://www.molgenis.org/svn/molgenis_apps/trunk/xqtl_jar.xml jarbuilding].77 [https://github.com/joerivandervelde/molgenis_apps/blob/master/xqtl_dev.xml development], [https://github.com/joerivandervelde/molgenis_apps/blob/master/xqtl_selenium.xml webtesting], [https://github.com/joerivandervelde/molgenis_apps/blob/master/xqtl_jar.xml jarbuilding]. 77 78 78 79 === Download source into development IDE (OSX, UNIX, Windows): === … … 90 91 [[BR]] 91 92 Older wiki @ http://www.molgenis.org/wiki/xQTLDemo 92 [[BR]][[BR]]93 === Complete Ubuntu installation and run (1 aug 2011) ===94 `sudo apt-get install subversion`[[BR]]95 `sudo apt-get install ant`[[BR]]96 `sudo apt-get install openjdk-6-jdk`[[BR]]97 `svn co http://www.molgenis.org/svn/molgenis/trunk/ molgenis`[[BR]]98 `svn co http://www.molgenis.org/svn/molgenis_apps/trunk/ molgenis_apps`[[BR]]99 `ant -f molgenis_apps/xqtl_dev.xml make_run`[[BR]]100 [[BR]]101 Note: If you didn't start the application as root (which you shouldn't), you may not have the rights to use the default storage path. In that case, set it to somewhere inside your home folder and proceed as usual. E.g. use `home/harry/xqtl/`102 [[BR]][[BR]]