I feel pretty dumb to ask this, but I have made a webapp with the Play Framework and don't know how to get it working on my server.
As I have no experience with servers I downloaded FileZilla and simply uploaded the files of my PlayApp.
Can anyone help me and tell me how I can upload my Project?
Thanks in advance
If you use
sbtrunsbt clean stage. You can runclean stagewithactivatoras well. In your project root directory locatetarget/universal/stagedirectory. It contains content of your app including all dependencies and play framework itself. You can run your app from bin directory. There are scripts for linux and windows. More details: playframework.com/documentation/2.0/Production