Changes between Version 4 and Version 5 of MolgenisApps


Ignore:
Timestamp:
2011-07-21T21:54:40+02:00 (13 years ago)
Author:
Morris Swertz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MolgenisApps

    v4 v5  
    2727* [source:molgenis_apps/trunk/build_xgap.xml /build_xyz.xml] -- script to automatically build a complete app from above
    2828
    29 Each app is automatically build every night.
     29== Getting started ==
    3030
    31 Detailed descriptions below:
     31We assume you use Eclipse and pre-installed MySQL and Tomcat as described [MolgenisOnWindows here].
     32
     33Todo:
     341. Checkout molgenis/trunk and molgenis_apps/trunk from http://www.molgenis.org/svn [[BR]]=> this will result in two project folders, molgenis and molgenis_apps respectively.
     352. Go inside molgenis_apps and right-click on the build_...xml of your choice and choose 'run as...' => 'run as Ant' [[BR] => this will result in all code being generated and assembled.
     363. Right-click on molgenis_apps project and choose 'refresh' [[BR]] => this will make Eclipse refresh and show the source folders of your project.
     374. Right-click on molgenis_apps project and choose 'run as' => 'run on server' [[br]] => if you choose Tomcat in the wizard you can get your app started.
     38
     39[[BIG TODO: database is now not automatically created. It would be great if this goes via user interface]].
    3240
    3341=== build_xyz automatic build scripts ===