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,380
  • 10
  • 34
  • 42

1 Answers1

0

Try running this command instead:

rails server -d

Also, read Template is missing

Community
  • 1
  • 1
Jørgen R
  • 10,568
  • 7
  • 42
  • 59