I`m looking for a hosting package for scala and play in Amazon elastic servers. If there is anybody here is done it before? what are the ideal solution for a small ERP application?
0
votes
1 Answers
2
votes
you can easily deploy playframework web application on elastic beanstalk using docker container.
- Create environment on EBS using docker container.
- package your app using sbt docker:stage
- make a zip of target/docker/stage/*
- deploy this zip on EBS environment.
you can explore docker @ https://www.docker.com/