Congratulations, Gautam. What you ran into are typical problems when setting up any Rails application. Unfortunately, without a little experience and knowing the tricks, it can seem impossible. Nowadays, I don't even bat an eye when deploying one, but I've deployed many of them, so I know all the pitfalls. Best of luck to you on your website!
Sean Cribbs seancribbs.com Gautam wrote: > to start with....#radiantcms rocks! > its pretty active, and i got tons of help! > > the problem was that in database.yml, i had removed entries for > development and test and kept only production. > > I added entries for all 3: development,test and production and filled > them with the same entry as above. > This followed by: > # ruby script/setup_database production > # ruby script/server > > This succesfully started my webbrick server on 3000. > > So now my site is up and running. > > Thanks, > Gautam > > _______________________________________________ Radiant mailing list Post: [email protected] Search: http://radiantcms.org/mailing-list/search/ Site: http://lists.radiantcms.org/mailman/listinfo/radiant
