Want to run my rails app automatically i hosted rails app in plesk server (centos 5.6)

Hi guys

I hosted my rails app in plesk server (centos 5.6). i am login through
ssh
and starting my rails app… but i want to run my app automatically

Please advice… :slight_smile:

On 8 August 2012 14:46, Saravanan P [email protected] wrote:

Hi guys

I hosted my rails app in plesk server (centos 5.6). i am login through ssh
and starting my rails app… but i want to run my app automatically

I think that is a centos question rather than a rails one. You know
how to start the server manually, you need to find how to run that
command automatically on boot.

Colin

Thanks Colin

not only boot start server i want run my site all time… is there any
way…
If i starting server automatically mean i close the server machine my
site
stop working na??

On 9 August 2012 07:43, Saravanan P [email protected] wrote:

Thanks Colin

not only boot start server i want run my site all time… is there any way…
If i starting server automatically mean i close the server machine my site
stop working na??

You appear to be asking whether you need the server computer switched
on in order for it to operate as a web server. I think the answer to
that is probably yes. Perhaps I misunderstand the question.

If what you want to do is to deploy the server out onto a public
server then have a look at Heroku. The tutorial at railstutorial.org,
which is free to use online, covers that I believe.

Colin