0

A simple rails project on a ubuntu server 11.10, I ssh to the server, the project works well. But after I close the ssh terminal, a "Template is missing" error appears.

I run the project with command,

sudo nohup rails rails s &

Keating
  • 3,280
  • 10
  • 33
  • 42

1 Answers1

0

Try running this command instead:

rails server -d

Also, read Template is missing

Community
  • 1
  • 1
Jørgen R
  • 9,997
  • 7
  • 40
  • 58