Skip to content

Commit

Permalink
Updated developer build instructions to use installDist
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
  • Loading branch information
MadelineMurray authored Mar 21, 2019
1 parent 732327b commit 0d08a12
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 19 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ User and reference documentation available includes:
Instructions for how to get started with developing on the Pantheon codebase. Please also read the
[contribution guidelines](CONTRIBUTING.md) for more detail on how to submit a pull request (PR).

* [Checking out and building](docs/development/building.md)
* [Running Pantheon via Gradle](docs/development/running-with-gradle.md)
* [Checking Out and Building](docs/development/building.md)
* [Running Developer Builds](docs/development/running-developer-builds.md)
* [Code Coverage](docs/development/code-coverage.md)
* [Logging](docs/development/logging.md)

Expand Down
17 changes: 17 additions & 0 deletions docs/development/running-developer-builds.md
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
```
17 changes: 0 additions & 17 deletions docs/development/running-with-gradle.md

This file was deleted.

0 comments on commit 0d08a12

Please sign in to comment.