I'm really sorry for the nooby question, but I'm trying to jump into Ruby on Rails and I thought starting by tweaking with open source apps would be the best way to go.
So I've downloaded something called BaseApp2 (https://github.com/dannymcc/BaseApp2), and I'm trying to deploy it so I can view my changes on my web server.
I've created a symlink to the public_html directory,enabled Phushon, raked the db in production (& configured the production environment). But when I go to the public_html directory and navigate to /public it shows up as a 404. Is there something that I forgot to configure?
There is also no index.html file in the /public directory.
Again I'm really sorry for the stupid questions. Though I hope that someone could shed some light. I would be very grateful!
Thanks so much.