Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 348 Bytes

running-developer-builds.md

File metadata and controls

17 lines (11 loc) · 348 Bytes

Running Developer Builds

Build and run Pantheon with default options using:

./gradlew installDist

By default this stores all persistent data in build/install/pantheon.

To set custom CLI arguments for the Pantheon execution:

cd build/install/pantheon

./bin/pantheon --discovery-enabled=false --data-path=/tmp/pantheontmp