Skip to content
Alexander Pico edited this page Jul 15, 2017 · 1 revision

How to set up cytoscape-wikipathway-app?

  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. 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

Clone this wiki locally