[Radiant] RC to Edge?

2010-03-23 Thread Alexis Masters
I thought we had upgraded to Radiant Edge for Womensgivingtree.org,  
but now suspect the guys installed Radiant RC instead. How do you  
upgrade safely on a site that is up and running? What is the correct  
shell command to accomplish the upgrade? All help gratefully  
accepted :-)
~ Alexis
=
Alexis Masters, author
http://www.alexismasters.com




___
Radiant mailing list
Post: Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
List Site: http://lists.radiantcms.org/mailman/listinfo/radiant
Radiant: http://radiantcms.org
Extensions: http://ext.radiantcms.org


Re: [Radiant] RC to Edge?

2010-03-23 Thread john muhl
On Tue, Mar 23, 2010 at 4:06 PM, Alexis Masters alexismast...@gmail.com wrote:
 I thought we had upgraded to Radiant Edge for Womensgivingtree.org,
 but now suspect the guys installed Radiant RC instead. How do you
 upgrade safely on a site that is up and running? What is the correct
 shell command to accomplish the upgrade? All help gratefully
 accepted :-)

i hope you're not going to upgrade the actual running application...
the commands are:

rm -r vendor/radiant # if you have radiant vendor'd already
rake radiant:freeze:edge
rake radiant:update
rake db:migrate # you may need to provide your environment here
___
Radiant mailing list
Post: Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
List Site: http://lists.radiantcms.org/mailman/listinfo/radiant
Radiant: http://radiantcms.org
Extensions: http://ext.radiantcms.org