So, I have completed developing a website using Play 2.2 framework. I have a basic question of How to deploy the play application?
I have followed the steps given in Play Production mode and generated files in target/universal/stage/bin
and all related files using [project]$ dist
command. Now, What I have to do with the files that are generated ? How can I put this live? Please specify steps require to deploy this application or a helpful article.
I am a newbie so this question may be too simple to ask.
Thanks :)