rsvato / OpenGenesis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Scala 50.3%Language:JavaScript 33.0%Language:Java 7.6%Language:Shell 4.1%Language:CoffeeScript 2.2%Language:Ruby 1.5%Language:CSS 1.4%Language:Smalltalk 0.0%