Playframework - Run application in the background
- play run : Run the application in the current shell
- play start : Start the application in the background
【相關閱讀】
Play Manual
在 Ubuntu 12.04 LTS 下安裝 Playframework (@ Amazon EC2)
如果還沒有安裝 java jdk 的人,可以先執行以下的指令安裝:
1. sudo add-apt-repository ppa:webupd8team/java
2. sudo apt-get update
3. sudo apt-get install oracle-java7-installer