Simple steps for play framework deployment in Linode.
- Buy your own Linode ( I have the 512 )
- Connect to your linode via ssh
- Do some basic stuff(like setting up user,ssh,hostnames,iptables etc)
- Download the play framework version that you prefer with (wget)
- Download your favourite database and set it up
- Run play! framework with:
play start MyApplication
or
play run MyApplication
And you have a running application by this step.Enjoy!
If you need more advanced things (like SSL,load balancing and multiple instances) try using a front server such as nginx and do the appropriate configurations
I hope this will help someone ;)