RE: [Radiant] Update on DreamHost

2008-05-19 Thread Torleif Berger

thanks! that fixed it :)


http://geekjuggler.net

> Date: Mon, 19 May 2008 09:29:16 -0500
> From: [EMAIL PROTECTED]
> To: radiant@radiantcms.org
> Subject: Re: [Radiant] Update on DreamHost
> 
> If you only want to use the production database, prefix your rake 
> command with "production":
> 
> rake production db:migrate
> 
> Sean
> 
> Torleif Berger wrote:
> > thanks! The update worked now :)
> >
> > But after having done rake radiant:update, and putting back 
> > ENV['GEM_PATH'] into config/environment.rb I try to do the rake 
> > db:migrate. But after a while I get:
> >
> > rake aborted!
> > development database is not configured
> >
> > Which is true, cause I removed it, cause I didnt think I needed it. 
> > And it worked with 0.6.6. Does 0.6.7 require one? Even if i don't 
> > really want one? =/
> >
> >
> > --------------
> > From: "Sean Cribbs" <[EMAIL PROTECTED]>
> > Sent: Monday, May 19, 2008 4:09 PM
> > To: <[EMAIL PROTECTED]>; 
> > Subject: Re: [Radiant] Update on DreamHost
> >
> >> In case you didn't know, Radiant's gem doesn't depend on any gems 
> >> except rake.  All other dependencies are packaged, including Rails.
> >>
> >> Sean
> >>
> >> Bill Barnard wrote:
> >>> On Sun, 2008-05-18 at 17:06 +0200, Torleif Berger wrote:
> >>>
> >>>> How can I upgrade radiant to the new version 0.6.7 on DreamHost?
> >>>>
> >>>> I do gem update radiant, and it works for a while, then ends with
> >>>> Killed ( ? ).
> >>>>
> >>>
> >>> Dreamhost runs a procwatch daemon that kills any process that takes
> >>> "excessive" memory. Most gem processes (update, install, etc.) use a 
> >>> lot
> >>> of memory when checking dependencies. The way I've worked around 
> >>> this in
> >>> the past is to install the gem manually and resolve dependencies 
> >>> myself.
> >>>
> >>> Download the gem file, then from the directory containing the gem run:
> >>>
> >>> gem install --local gem_name
> >>>
> >>> I added this note to http://wiki.dreamhost.com/index.php/RubyGems
> >>>
> >>> Best of luck,
> >>>
> >>> Bill
> >>>   
> >>>  
> >>>
> >>>
> >>> ___
> >>> Radiant mailing list
> >>> Post:   Radiant@radiantcms.org
> >>> Search: http://radiantcms.org/mailing-list/search/
> >>> Site:   http://lists.radiantcms.org/mailman/listinfo/radiant
> >>
> >> ___
> >> Radiant mailing list
> >> Post:   Radiant@radiantcms.org
> >> Search: http://radiantcms.org/mailing-list/search/
> >> Site:   http://lists.radiantcms.org/mailman/listinfo/radiant
> >>
> > ___
> > Radiant mailing list
> > Post:   Radiant@radiantcms.org
> > Search: http://radiantcms.org/mailing-list/search/
> > Site:   http://lists.radiantcms.org/mailman/listinfo/radiant
> >
> 
> ___
> Radiant mailing list
> Post:   Radiant@radiantcms.org
> Search: http://radiantcms.org/mailing-list/search/
> Site:   http://lists.radiantcms.org/mailman/listinfo/radiant

_
Invite your mail contacts to join your friends list with Windows Live Spaces. 
It's easy!
http://spaces.live.com/spacesapi.aspx?wx_action=create&wx_url=/friends.aspx&mkt=en-us___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


Re: [Radiant] Update on DreamHost

2008-05-19 Thread Sean Cribbs
If you only want to use the production database, prefix your rake 
command with "production":


rake production db:migrate

Sean

Torleif Berger wrote:

thanks! The update worked now :)

But after having done rake radiant:update, and putting back 
ENV['GEM_PATH'] into config/environment.rb I try to do the rake 
db:migrate. But after a while I get:


rake aborted!
development database is not configured

Which is true, cause I removed it, cause I didnt think I needed it. 
And it worked with 0.6.6. Does 0.6.7 require one? Even if i don't 
really want one? =/



--
From: "Sean Cribbs" <[EMAIL PROTECTED]>
Sent: Monday, May 19, 2008 4:09 PM
To: <[EMAIL PROTECTED]>; 
Subject: Re: [Radiant] Update on DreamHost

In case you didn't know, Radiant's gem doesn't depend on any gems 
except rake.  All other dependencies are packaged, including Rails.


Sean

Bill Barnard wrote:

On Sun, 2008-05-18 at 17:06 +0200, Torleif Berger wrote:


How can I upgrade radiant to the new version 0.6.7 on DreamHost?

I do gem update radiant, and it works for a while, then ends with
Killed ( ? ).



Dreamhost runs a procwatch daemon that kills any process that takes
"excessive" memory. Most gem processes (update, install, etc.) use a 
lot
of memory when checking dependencies. The way I've worked around 
this in
the past is to install the gem manually and resolve dependencies 
myself.


Download the gem file, then from the directory containing the gem run:

gem install --local gem_name

I added this note to http://wiki.dreamhost.com/index.php/RubyGems

Best of luck,

Bill
  
 



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


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


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



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


Re: [Radiant] Update on DreamHost

2008-05-19 Thread Torleif Berger

thanks! The update worked now :)

But after having done rake radiant:update, and putting back ENV['GEM_PATH'] 
into config/environment.rb I try to do the rake db:migrate. But after a 
while I get:


rake aborted!
development database is not configured

Which is true, cause I removed it, cause I didnt think I needed it. And it 
worked with 0.6.6. Does 0.6.7 require one? Even if i don't really want one? 
=/



--
From: "Sean Cribbs" <[EMAIL PROTECTED]>
Sent: Monday, May 19, 2008 4:09 PM
To: <[EMAIL PROTECTED]>; 
Subject: Re: [Radiant] Update on DreamHost

In case you didn't know, Radiant's gem doesn't depend on any gems except 
rake.  All other dependencies are packaged, including Rails.


Sean

Bill Barnard wrote:

On Sun, 2008-05-18 at 17:06 +0200, Torleif Berger wrote:


How can I upgrade radiant to the new version 0.6.7 on DreamHost?

I do gem update radiant, and it works for a while, then ends with
Killed ( ? ).



Dreamhost runs a procwatch daemon that kills any process that takes
"excessive" memory. Most gem processes (update, install, etc.) use a lot
of memory when checking dependencies. The way I've worked around this in
the past is to install the gem manually and resolve dependencies myself.

Download the gem file, then from the directory containing the gem run:

gem install --local gem_name

I added this note to http://wiki.dreamhost.com/index.php/RubyGems

Best of luck,

Bill
  

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


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


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


Re: [Radiant] Update on DreamHost

2008-05-19 Thread Sean Cribbs
In case you didn't know, Radiant's gem doesn't depend on any gems except 
rake.  All other dependencies are packaged, including Rails.


Sean

Bill Barnard wrote:

On Sun, 2008-05-18 at 17:06 +0200, Torleif Berger wrote:
  

How can I upgrade radiant to the new version 0.6.7 on DreamHost?

I do gem update radiant, and it works for a while, then ends with
Killed ( ? ).



Dreamhost runs a procwatch daemon that kills any process that takes
"excessive" memory. Most gem processes (update, install, etc.) use a lot
of memory when checking dependencies. The way I've worked around this in
the past is to install the gem manually and resolve dependencies myself.

Download the gem file, then from the directory containing the gem run:

gem install --local gem_name

I added this note to http://wiki.dreamhost.com/index.php/RubyGems

Best of luck,

Bill
  



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


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


Re: [Radiant] Update on DreamHost

2008-05-19 Thread Bill Barnard
On Sun, 2008-05-18 at 17:06 +0200, Torleif Berger wrote:
> How can I upgrade radiant to the new version 0.6.7 on DreamHost?
> 
> I do gem update radiant, and it works for a while, then ends with
> Killed ( ? ).

Dreamhost runs a procwatch daemon that kills any process that takes
"excessive" memory. Most gem processes (update, install, etc.) use a lot
of memory when checking dependencies. The way I've worked around this in
the past is to install the gem manually and resolve dependencies myself.

Download the gem file, then from the directory containing the gem run:

gem install --local gem_name

I added this note to http://wiki.dreamhost.com/index.php/RubyGems

Best of luck,

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

[Radiant] Update on DreamHost

2008-05-18 Thread Torleif Berger
How can I upgrade radiant to the new version 0.6.7 on DreamHost? Installing it 
went fine. But when I try to update it, nothing seems to be happening...

I do gem update radiant, and it works for a while, then ends with Killed ( ? ). 
And then I do rake radiant:update and rake db:migrate. But the version is still 
0.6.6 when i log into the admin...
___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant