Ruby On Rails Where's my app?
I'm using ruby on rails one click installer
What I've done so far is
1.rvm use 2.0.0
2.rails new website
3.rails generate scaffold status name:string content:text
4.rake db:migrate
5.rails server
Goto my digital ocean I.P
http://165.233.62.89/statuses/
But I get message
"The page you were looking for doesn't exist.
You may have mistyped the address or the page may have moved."
Where can I find my app I've just started please?
Thanks for your help