I am writing a script to deploy a play 2.2.1 application.However I have noticed after running the application using command play "start 8084", the application is running at 8084 port but I have to do cntrl+D to exit logs and go back to command promt in ubuntu. Is there a way to go back to console without using cntrl+d....because I have to do this using shell script.
Also I have used stage. but I am getting the following error:
[error] Not a valid command: play (similar: apply, last, alias)
[error] Not a valid project ID: play
[error] Expected ':' (if selecting a configuration)
[error] Not a valid key: play (similar: clean)
[error] play
Please help