0
votes

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?

1

1 Answers

2
votes

you can easily deploy playframework web application on elastic beanstalk using docker container.

  1. Create environment on EBS using docker container.
  2. package your app using sbt docker:stage
  3. make a zip of target/docker/stage/*
  4. deploy this zip on EBS environment.

you can explore docker @ https://www.docker.com/