Skip to content

Eclipse setup

Adam Treister edited this page Oct 6, 2017 · 7 revisions

How to set up cytoscape-wikipathway-app in Eclipse?

  1. Install Git and Maven on your computer

  2. Set up local copy of the repository with:
    git clone https://github.com/wikipathways/cytoscape-wikipathways-app.git

  3. Go in new repository and add dependencies to local Maven repository by running the local setup script.
    ./localsetup.sh

  4. Make the first Maven install (this may take a while because it has to download all dependencies) mvn install

  5. Open Eclipse and install Maven plugin

  6. Import project into Eclipse
    File -> Import -> Maven -> Existing Maven Projects -> Select cytoscape-wikipathways-app directory

Clone this wiki locally