Re: [Radiant] Media Temple Setup - I'm an idiot!

2007-04-14 Thread Kate
Jena Jena wrote: I missed a step in my inital setup. I'm an idiot. My paths were all wrong. It's ok now, and MT were, in the end, helpful in helping me. Thanks so much! -Jena Would you be prepared to share the solution? I'm currently wrestling with a similar problem. (i.e.

[Radiant] Media Temple Setup

2007-03-07 Thread Jena Jena
Hi. I'm s new to Ruby and Rails and wanted to try radiant on my media temple server. Can somebody in here help me? I'm stuck. MT provides instructions on how to set up radiant. Which is nice. Except when you get stuck and there's nobody to help you. Here's their document/instructions:

Re: [Radiant] Media Temple Setup

2007-03-07 Thread Anton Aylward
Have you looked at the script? What does the first line say? What language is it in? Where is your ruby executable? Jena Jena said the following on 03/07/2007 03:44 PM: Hi. I'm s new to Ruby and Rails and wanted to try radiant on my media temple server. Can somebody in here help me?

Re: [Radiant] Media Temple Setup

2007-03-07 Thread Jena Jena
Hi! The first line says: #!/usr/bin/env ruby I have no idea what language it is in. I'm not a programmer and I'm just trying to teach myself this stuff. I also don't know where my ruby is executable. If I could figure that out, I'd know how to access the script from terminal, yes? Am I even

Re: [Radiant] Media Temple Setup

2007-03-07 Thread Erik van Oosten
Hi Jena, Try running the script with the word 'ruby' in front of it. If you do not have Ruby installed, well then I am afraid you have to ask again. ruby ../script/setup_database production Regards, Erik. Jena Jena wrote: Hi! The first line says: #!/usr/bin/env ruby I have no idea

Re: [Radiant] Media Temple Setup

2007-03-07 Thread Anton Aylward
Jena Jena said the following on 03/07/2007 04:00 PM: Hi! The first line says: #!/usr/bin/env ruby Hint | I have no idea what language it is in. I'm not a programmer and I'm just trying to teach myself this stuff.

Re: [Radiant] Media Temple Setup

2007-03-07 Thread Jena Jena
Ruby is totally installed - it comes with the package... I'll try this now... Thanks! Erik van Oosten wrote: Hi Jena, Try running the script with the word 'ruby' in front of it. If you do not have Ruby installed, well then I am afraid you have to ask again. ruby