[Rails] Re: Proper rails deployment steps to DirectAdmin (or any hosting not focusing in apps) hosted server?

2013-07-31 Thread southierobert
What is most popular way to deploy apps on non-Heroku machine that has standard Apache/MySQL setup? I would like to be able to deploy my apps (as I learn Rails) to my own dedicated machines. I have already installed Ruby, & rails gem, and I'm able to create apps on that machine without any issu

[Rails] Proper rails deployment steps to DirectAdmin (or any hosting not focusing in apps) hosted server?

2013-07-31 Thread southierobert
Hi, With PHP applications (only experience I had before), all I needed to do is to FTP all required files, create MySQL username/pass & upload SQL structure, add this username/pass in any given config file of the php script and the app worked. Can you tell me what are standard/proper steps r