[Radiant] Mongrel_Cluster Issue on Ubuntu 6.10 using Radiant

2007-07-05 Thread Ben Minton
I have installed the latest version of Radiant using $ sudo gem install --include-dependencies radiant $ sudo radiant --database mysql /var/www/radiant Edit config/database.yml as required. $ sudo nano config/database.yml Run the database bootstrap rake task: $ sudo rake production db:bootstrap

Re: [Radiant] Mongrel_Cluster Issue on Ubuntu 6.10 using Radiant

2007-07-05 Thread Matt Parrish
Did you type $ sudo rake db:migrate when you should have run $ sudo rake production db:migrate Matt Parrish http://www.pearware.org On Jul 5, 2007, at 11:15 PM, Ben Minton wrote: > I have installed the latest version of Radiant using > > $ sudo gem install --include-dependencies radiant > $

Re: [Radiant] Mongrel_Cluster Issue on Ubuntu 6.10 using Radiant

2007-07-05 Thread Ben Minton
Hi Matt, Thanks for that, I reran both rake commands using the production, sorted, but then after modifying the /usr/bin/mongrel_cluster to ensure the correct shebang for ruby on ubuntu, it reverts to the /admin/login issue again. Might clean sweep, start again. Cheers, Ben. On 7/6/07, Matt Par