Developing MOLGENIS
To develop MOLGENIS on you machine we recommend to use IntelliJ as IDE. You need to install the prerequisites as well.
The components needed to run MOLGENIS locally are:
MOLGENIS components
Create account on github.com.
Copy the clone URL.
mkdir -p ~/git
cd ~/git
git clone http://github.com/molgenis/molgenis
Optionally select stable molgenis version:
git fetch --tags origin
git checkout <tag name: see https://github.com/molgenis/molgenis/releases>
Last modified 3yr ago