Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 480 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 480 Bytes

Scala-WebApp-AdminLTE

Play2 App

Mysql

AdminLTE 2.X Template

Use sbt to compile and run.

For use docker you can create/run a container using this: docker run -it --net=host -p 9000:9000 --name scalapp scalawebapp:latest bash docker run -it --net=host -p 9000:9000 --name scalapp scalawebapp:latest bash The database requiere only this tables:

docker run -it --net=host -p 9000:9000 --mount type=bind,source=$(pwd)/,target=/apps --name scalapp scalawebapp:latest