Mason Galindo wrote: > Hi Mohit, > > Thanks for your response. Perhaps I wasn't clear in my first message > but I've already completed all of the steps you outlined. Ruby is > installed, all gems are installed (I'm assuming anyway. I posted the > installed gems list so you could verify this), the radiant command has > been run: /radiant --database mysql /home/tspadmin/cms/ and was > successful. The database properties have been edited. Database has > been bootstrapped. Command /script/server -e production /has been run > successfully. Now, I'm wondering how I access the admin login page. > > Also, why would the site be accessible via localhost? I'm not > installing this on my personal computer but rather onto a web server. > Hi Mason,
I wrote those out so that you could just double check. As for localhost, my mistake - I had overlooked the point that you mentioned it's on a VPS. If everything's been run and is fine, the site should be on http://your-vps-address:3000/ The reason for this is that running script/server will start Mongrel to serve applications/ web pages on port 3000. Hope this helps. Cheers Mohit. _______________________________________________ Radiant mailing list Post: [email protected] Search: http://radiantcms.org/mailing-list/search/ Site: http://lists.radiantcms.org/mailman/listinfo/radiant
