Skip to content

ddurnev/OpenGenesis

 
 

Repository files navigation

For additional information you can check our wiki page.

How to run Genesis

To build project run:

mvn -Pdistributions clean package

in project directory(PROJECT_DIR).

To start Genesis server(in background) run:

"distribution-standalone/target/genesis-${VERSION}/genesis-${VERSION}/bin/genesis.sh start"

where ${VERSION} is your genesis artifact version, for example 2.4.0-SNAPSHOT

After Genesis has started you can access Web UI at:

http://<host>:<genesis_port>

where <genesis_port> is port configured in properties file, 8080 by default.

To stop Genesis service go to PROJECT_DIR and run:

"distribution-standalone/target/genesis-${VERSION}/genesis-${VERSION}/bin/genesis.sh stop"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Scala 50.4%
  • JavaScript 34.4%
  • Java 7.8%
  • Shell 4.3%
  • CoffeeScript 1.6%
  • Ruby 1.5%