72 | | |
| 77 | === Download source into development IDE (OSX, UNIX, Windows): === |
| 78 | 1. Install the [http://www.eclipse.org Eclipse] IDE[[BR]] |
| 79 | 2. Install [http://subclipse.tigris.org/update_1.6.x Subclipse] for Eclipse[[BR]] |
| 80 | 3. Install JBoss tools [http://download.jboss.org/jbosstools/updates/development/indigo/ Freemarker] for Eclipse[[BR]] |
| 81 | 4. Add SVN repository http://ww.molgenis.org/svn [[BR]] |
| 82 | 5. Checkout `/molgenis/trunk`[[BR]] |
| 83 | 6. Checkout `/molgenis_apps/trunk`[[BR]] |
| 84 | 7. Run `apps/xgap/org/molgenis/xgap/xqtlworkbench/XqtlGenerate.java`[[BR]] |
| 85 | 8. Refresh and start `modules/webserver/boot/RunStandalone.java` |
93 | | === Download source, compile and run (OSX/UNIX): === |
94 | | Required: [http://ant.apache.org/ Ant], [http://subversion.apache.org/ Subversion], [http://www.java.com/ Java]. Pick either the ''Stable'' or ''Unstable'' checkout. |
95 | | |
96 | | ''Stable'' |
97 | | |
98 | | `svn co TODO`[[BR]] |
99 | | `svn co TODO` |
100 | | |
101 | | ''Unstable'' |
102 | | |
103 | | `svn co -r 8238 http://www.molgenis.org/svn/molgenis/branches/nobinlibs/`[[BR]] |
104 | | `svn co -r 8239 http://www.molgenis.org/svn/molgenis_apps/trunk/` |
105 | | |
106 | | `mv nobinlibs molgenis`[[BR]] |
107 | | `mv trunk molgenis_apps`[[BR]] |
108 | | `ant -f molgenis/standalone.xml`[[BR]] |
109 | | `mv molgenis/dist/molgenis-4.0.0.jar molgenis_apps/dist/`[[BR]] |
110 | | `ant -f molgenis_apps/standalone.xml generate`[[BR]] |
111 | | `ant -f molgenis_apps/standalone.xml`[[BR]] |
112 | | `cd molgenis_apps/dist/`[[BR]] |
113 | | `java -jar Application.jar` |
114 | | |
115 | | __If ant fails with a heapspace error, use:__[[BR]]`export ANT_OPTS=-Xmx512m` |
116 | | |
117 | | Application running at: http://localhost:8080/molgenis_apps/ [[BR]]Setup database using: http://localhost:8080/molgenis_apps/resetdatabase_4EE1D7A3E73C504183B69F7D20108853 |
118 | | |
119 | | ''APP IS BROKEN AT THIS POINT:'' |
120 | | |
121 | | ''start running create_tables.sql[[BR]]java.lang.!NullPointerException[[BR]] at java.io.Reader.<init>(!Reader.java:61) [[BR]] at java.io.!InputStreamReader.<init>(!InputStreamReader.java:55) [[BR]] at plugins.emptydb.emptyDatabase.empty(Unknown Source)'' |
122 | | |
123 | | === Download source into development IDE (OSX, UNIX, Windows): === |
124 | | 1. Install the [http://www.eclipse.org Eclipse] IDE[[BR]] |
125 | | 2. Install [http://subclipse.tigris.org/update_1.6.x Subclipse] for Eclipse[[BR]] |
126 | | 3. Install JBoss tools [http://download.jboss.org/jbosstools/updates/development/indigo/ Freemarker] for Eclipse[[BR]] |
127 | | 4. Add SVN repository http://ww.molgenis.org/svn [[BR]] |
128 | | 5. Checkout `/molgenis/trunk`[[BR]] |
129 | | 6. Checkout `/molgenis_apps/trunk` |