Skip to content

Commit

Permalink
solution: docs for running released app
Browse files Browse the repository at this point in the history
  • Loading branch information
splix committed Apr 9, 2020
1 parent 461ef56 commit c2ae6f7
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,23 @@ fully processed peers to the console.
docker run -v $(pwd)/results:/results emeraldpay/moonbeam
----

=== Using Gradle (from sources)
=== As application

Download a zip with the latest application from https://github.com/emeraldpay/moonbeam/releases (ex. `moonbeam-0.3.zip`) and unpack it.

.Download and unpack
----
wget https://github.com/emeraldpay/moonbeam/releases/download/v0.3.0/moonbeam-0.3.zip
unzip moonbeam-0.3.zip
cd moonbeam-0.3
----

.Run
----
./bin/moonbeam
----

=== From sources

.Run (and build) with command:
----
Expand Down Expand Up @@ -455,7 +471,7 @@ prometheus.port=1234
## Export ot JSON
# Directory for files
export.file.targetdir=/var/log
# Time limite for a file, after which a new file is created
# Time limit for a file, after which a new file is created
export.file.timelimit=60m
## Export to MySQL
Expand Down

0 comments on commit c2ae6f7

Please sign in to comment.