vote up 0 vote down star

I want to do some programming in ruby on rails on my Dreamhost server, so I connected via ssh and created a small application. Then I started the server and it worked. The problem is, that after some time the server kills itself. So I tried to activate Passenger in the user panel (which also has the advantage, that I don't have to connect to port 3000). Now I could only see the welcome page and every time, I wanted to display another page it gave me a 404 error. Now I don't understand, why the app works on the server included in the app, but not on the apache server.

Maybe you can help. Thank you.

flag

1 Answer

vote up 0 vote down check

Have you tried following the steps at http://railstips.org/2008/12/14/deploying-rails-on-dreamhost-with-passenger?

link|flag
Yes, I tried that one, but when I typed "capify .", it said command not found. Should that work without me doing anything or do I have to setup something before I can use it? – Nino Aug 27 at 20:18
No, you have to set up capistrano. – jonnii Aug 27 at 20:33
Sorry, I finished the guide successfully, but I still have the same problem. – Nino Aug 28 at 13:32

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.