Check out the following steps:
- You'll need to have Redis and Gradle installed. (PowerTip: You can always stick with what version of gradle is being used currently by substituting all usages of
gradle
with./gradlew
orgradlew.bat
.) - We'll create the Redis structures as we go, so no need to set anything up.
git clone
the repo somewhere andcd
into it.gradle build
! And... tada! That's it. 🎉 You can find JAR(s) created inbuild/libs
.- For running, double check you have redis started. Also, if
config.yml
can't be found, it'll copy a default copy to the current directory for you.