-
Notifications
You must be signed in to change notification settings - Fork 7
Eclipse setup
Adam Treister edited this page Oct 6, 2017
·
7 revisions
-
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
-
Make the first Maven install (this may take a while because it has to download all dependencies)
mvn install
-
Open Eclipse and install Maven plugin
-
Import project into Eclipse
File -> Import -> Maven -> Existing Maven Projects -> Select cytoscape-wikipathways-app directory