- Install sbt
- Go to your
rorschachdirectory. - Run
sbt compile
This method is not recommended for use in production deployments!
- Ensure that sbt is installed (see above).
- Go to your
rorschachdirectory. - Run
sbt - At the sbt prompt, enter
re-start 9090(replace9090with whatever port you want the HTTP server to run on) orre-start(which will use the default port specified inapplication.conf). Note that running on ports <= 1024 requires root privileges (not recommended) or using port mapping.
- Ensure that sbt is installed (see above).
- Go to your
rorschachdirectory. - Run
sbt assembly - If the build is successful, the desired JAR will be generated as
target/scala-2.10/rorschach-assembly-1.0.jar.
Rorschach is licensed under The MIT License. By contributing to Rorschach, you agree to license your contribution under The MIT License.