- Install sbt
- Go to your
lmvtfy
directory. - Run
sbt compile
- Ensure that sbt is installed (see above).
- Go to your
lmvtfy
directory. - Run
sbt test
This method is not recommended for use in production deployments!
- If Bootlint integration is enabled, start Bootlint's server.
- Ensure that sbt is installed (see above).
- Go to your
lmvtfy
directory. - Run
sbt
- At the sbt prompt, enter
re-start 8080
(replace8080
with 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
lmvtfy
directory. - Run
sbt assembly
- If the build is successful, the desired JAR will be generated as
target/scala-2.10/lmvtfy-assembly-1.0.jar
.
LMVTFY is licensed under The MIT License. By contributing to LMVTFY, you agree to license your contribution under The MIT License.