Sprinkler/Help: Difference between revisions
Jump to navigation
Jump to search
(→Build) |
|||
| Line 17: | Line 17: | ||
= Build = | = Build = | ||
<source lang='bash'> | |||
git clone https://github.com/BITPlan/com.bitplan.sprinkler | |||
cd com.bitplan.sprinkler | |||
mvn install -D skipTests | |||
</source> | |||
= Test = | |||
<source lang='bash'> | |||
cd com.bitplan.sprinkler | |||
mvn test | |||
</source> | |||
Revision as of 06:26, 5 August 2018
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
- sprinkler.jar - multiplatform Java
- sprinkler.exe - Windows executable
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