I’m following http://www.hostingrails.com/forums/wiki_thread/1 and
http://www.hostingrails.com/forums/wiki_thread/2
I have not been able to run >radiant to do a fresh install.
Anybody got any ideas??
I’m following http://www.hostingrails.com/forums/wiki_thread/1 and
http://www.hostingrails.com/forums/wiki_thread/2
I have not been able to run >radiant to do a fresh install.
Anybody got any ideas??
Josh Stockwell wrote:
I’m following http://www.hostingrails.com/forums/wiki_thread/1 and
http://www.hostingrails.com/forums/wiki_thread/2I have not been able to run >radiant to do a fresh install.
Anybody got any ideas??
I setup a site there recently and did the following (instead of using
gems):
Install Radiant with Subversion here:
~/radiant
To do this execute:
svn co http://dev.radiantcms.org/svn/radiant/tags/0_5_2/ ~/radiant
Then create a radiant instance application in the appropriate place
for your subdomain:
With this command:
~/radiant/bin/radiant ~/path/to/subdomain/
Uncomment the following line in config/environment.rb:
RAILS[ENV] ||= ‘production’
Change the permissions on dispatch.fcgi like this:
chmod 755 public/dispatch.fcgi
Make sure .htaccess is setup correctly for Apache.
You might try the above.
–
John L.
http://wiseheartdesign.com
Ok, I’m having a few problems here.
I have used this instead of the line that you suggested
Install Radiant with Subversion here:
svn co
http://dev.radiantcms.org/svn/radiant/tags/rel_0-5-2http://dev.radiantcms.org/svn/radiant/tags/0_5_2/~/radiant
Then create a radiant instance application in the appropriate place
for
your subdomain:
~/radiant/radiant/bin/radiant ~/onenation/
Uncomment the following line in config/environment.rb:
RAILS[ENV] ||= ‘production’
Not too sure about the process from this point - I have added in this
line to the dispatch.fcgi file is that all?
How then do I get to the radiant admin page on my site? I have set up
the
databases and the database.yml page as best I can but things seem to
have
ground to a halt!
thanks a lot for your help!
Josh
There is now a wiki on hostingrails.com written by me, if anyone else
needs
help in this area.
http://www.hostingrails.com/forums/wiki_thread/18
Thanks to John for the help on getting set up!
Josh Stockwell wrote:
- Then create a radiant instance application in the appropriate place for
your subdomain:~/radiant/radiant/bin/radiant ~/onenation/
Uncomment the following line in config/environment.rb:
RAILS[ENV] ||= ‘production’
Not too sure about the process from this point - I have added in this
line to the dispatch.fcgi file is that all?
No, no. You don’t add the line to dispatch.fcgi. You execute it over
ssh:
$ cd ~/onenation/
$ chmod 755 public/dispatch.fcgi
Be sure that your domain/subdomain is setup to serve files out of
“~/onenation/public/”.
–
John L.
http://wiseheartdesign.com
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs