Skip to content

mjsorribas/Scala-WebApp-AdminLTE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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