what i know is i can create a rails application and run it locally. What i want to know is how to deploy it to the server.
now i have my rails application which runs locally, server with mysql and apache. I didn’t have any scm
After i upload my application to the server and run “mysite.com”
it listed the directories and file of my rails application.
when i run “mysite.com/public” i got “Welcome aboard” message in the browser and when i click “about your application’s environment”
i got this,
Not Found
The requested URL /public/rails/info/properties was not found on this server.
Apache/2.2.16 (Debian) Server at softwaredevelopersus.com Port 80
help me what i need to do to run it successfully?
Thanks,
arivarasan
You need to use passenger (aka mod_rails) to use a rails application with Apache. You need knowledge about Apache-configuration to get it working.
Also you need to have shell access to your server and the rights to configure it accordingly. Most root required.
Another way is to use hosters that specialised about rails like Railshoster.de or heroku.