Skip to content
ecerami edited this page Sep 27, 2015 · 6 revisions

Building with Maven

First, set your $PORTAL_HOME environment variable to point at your cbioportal.org check-out. (so that $PORTAL_HOME/src/main/resources/portal.properties exists and is properly populated)

You can then compile the cBioPortal source code with the following maven command:

mvn -DskipTests clean install

After this command completes, you will find a cbioportal.war file suitable for Apache Tomcat deployment in $PORTAL_HOME/portal/target/. In addition, you will find core-1.0-SNAPSHOT.jar in $PORTAL_HOME/core/target/, which is required when using our Importer Tool to import study data.