Files
linea-besu/docs/development/running-developer-builds.md
Abdelhamid Bakhta d2379329ee Update running-developer-builds.md (#1198)
fix command line arguments
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
2019-04-01 18:38:58 +02:00

348 B

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