diff options
author | Marvin Borner | 2019-05-01 15:33:42 +0200 |
---|---|---|
committer | Marvin Borner | 2019-05-01 15:33:42 +0200 |
commit | 8549c68cfcf4caabb696152f36facc074129ebcf (patch) | |
tree | 35281a88f1894cf3b96c938373a249548bfe5e04 /README.md | |
parent | a3c10541f945068265d93ae83753dda0ac361164 (diff) |
Added deployment features and functionalityv0.1-BETA
Co-authored-by: LarsVomMars <lars@kroenner.eu>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 11 |
1 files changed, 9 insertions, 2 deletions
@@ -17,10 +17,17 @@ - Supports Windows, MacOS, Linux and *BSD - Open source +## Installation +To install and run Kloud, you can either download the latest release on GitHub or use the "Development setup" instructions +below to build an executable yourself. +After that you can easily start the server via `java -jar kloud-VERSION-all.jar` + ## Development setup -* Setup JVM Environment +* Setup Java JDK and JRE Environment +* Install Gradle * Clone repository -* `./gradlew[.bat] run` +* `gradle run` +* For building, use: `gradle build` ## Help us with a small donation :) <p align="center"> |