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 &
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 &