Sprinkler/Help

From BITPlan Wiki
Revision as of 08:26, 5 August 2018 by Wf (talk | contribs) (→‎Build)
Jump to navigation Jump to search

Prerequisites

or if you'd like to build the Sprinkler software yourself:

Installation

Download the software for your platform from #Downloads or build the software yourself

Starting

Run the software with java -jar sprinkler.jar or sprinkler (If you built the software yourself: cd com.bitplan.sprinkler/release before this command)

Downloads

Build

git clone https://github.com/BITPlan/com.bitplan.sprinkler
cd com.bitplan.sprinkler
mvn install -D skipTests

Test

cd com.bitplan.sprinkler
mvn test