- Install sbt
- Go to your
savagedirectory. - Run
sbt compile
This method is not recommended for use in production deployments!
- Ensure that sbt is installed (see above).
- Go to your
savagedirectory. - 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
savagedirectory. - Run
sbt assembly - If the build is successful, the desired JAR will be generated as
target/scala-2.10/savage-assembly-1.0.jar.
Savage is licensed under The MIT License. By contributing to Savage, you agree to license your contribution under The MIT License.