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. Thanks, Mason On Jun 10, 2007, at 2:18 AM, Mohit Sindhwani wrote: > Hi Mason, > > Here's what you need to do to get it all working together: > 1. Install as per the instructions on the website - you seem to > already > have the gem installed > http://dev.radiantcms.org/radiant/wiki/Installation > > 2. Create an application using the 'radiant' command > Let's assume that you created the application in: /usr/local/ > radiant (or > something) > > 3. Edit database properties and create database in MySQL (or whichever > one you're using) > > 4. Run the instructions for bootstrapping the database > > 5. Then, start the server in the root directory of the application > [/usr/local/radiant]script/server -e production > This starts the server on port 3000. > > Thereafter, the site should be up on http://localhost:3000/ > > Hope this helps. Once you get past this hurdle and want to start to > look at creating pages based on an empty website, you can refer to the > 'Hello World' article on my blog: > http://notepad.onghu.com/2007/5/26/hello-world-using-radiant-cms > > Mohit. > > Mason Galindo wrote: >> Hello everyone, >> >> I'm very new to Ruby, Rails, and Radiant and recently attempted a >> fresh install of Radiant 0.6.1 on a VPS I have running CentOS-4. I >> didn't receive any error messages during any of the installations but >> am unsure how to make the application run. I'm very eager to begin >> learning and using Radiant and will attempt to provide you with as >> much relevant information as possible. Excuse the length of the >> following. It is an output from running the gem list command. The >> following gems are installed. Am I missing anything? Everything >> should be current. >> >> Please note that this is my first time installing Ruby, Rails, Gems, >> basically anything related to RoR or Radiant. >> >> ===================================================================== >> === >> ======= >> *** LOCAL GEMS *** >> >> actionmailer (1.3.3) >> Service layer for easy email delivery and testing. >> > > *** snip *** > >> Thanks for reading. I apologize for lengthy message and hope I >> provided a sufficient amount of information. >> >> Best, >> Mason >> > > _______________________________________________ > Radiant mailing list > Post: [email protected] > Search: http://radiantcms.org/mailing-list/search/ > Site: http://lists.radiantcms.org/mailman/listinfo/radiant _______________________________________________ Radiant mailing list Post: [email protected] Search: http://radiantcms.org/mailing-list/search/ Site: http://lists.radiantcms.org/mailman/listinfo/radiant
