Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Distributed systems with multiple dependencies require a lot of work to setup, install, configure system and developers would like to have a quick way to test their changes locally and quickly with a system mimicking as close as possible to production systems.   Following are the steps to create your own opencga demo image from own modified oepncga binaries source code


Code Block
themeRDark
titleCompile OpenCGA
~/appl/opencga[develop*]$ mvn clean install -DskipTests -Dopencga.war.name=opencga

...