I am developing a Scala application on my remote machine ( It doesnot support GUI ) I need to use IntelliJ IDEA to write my code . Can you suggest me the best way to write my code in local machine ( windows ) and execute the application in remote machine..
For now I do the following :
- Write my code in IntelliJ IDEA
- Commit my Code via SUbVersion in local machine
- Update the svn in remote host
- Compile the Code and execute in remote host
This method sucks..Kindly suggest me alternatives
I can access my remote machine via ssh