-
Notifications
You must be signed in to change notification settings - Fork 7
Setup
Alexander Pico edited this page Jul 15, 2017
·
1 revision
-
Install Git and Maven on your computer
-
Set up local copy of the repository with:
git clone https://github.com/wikipathways/cytoscape-wikipathways-app.git
-
Go in new repository and add dependencies to local Maven repository by running the local setup script.
./localsetup.sh
-
Go into wikipathway.app directory and make the first Maven install (this may take a while because it has to download all dependencies)
mvn install