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:
Check: develop locallyarrow-up-right
You can download, install and use MOLGENIS for free under license LGPLv3arrow-up-right.
Create account on github.com.
Copy the clone URL.
Optionally select stable molgenis version:
We use IntelliJ as IDE to run the code in.
Last updated 4 years ago
mkdir -p ~/git cd ~/git git clone http://github.com/molgenis/molgenis
git fetch --tags origin git checkout <tag name: see https://github.com/molgenis/molgenis/releases>