-
Notifications
You must be signed in to change notification settings - Fork 889
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated developer build instructions to use installDist
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
- Loading branch information
1 parent
732327b
commit 0d08a12
Showing
3 changed files
with
19 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# 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: | ||
|
||
```sh | ||
cd build/install/pantheon | ||
|
||
./bin/pantheon --discovery=false --home=/tmp/pantheontmp | ||
``` |
This file was deleted.
Oops, something went wrong.