Hello,

I am setting up a Radiant CMS installation for a client and it's my
first experience with Radiant. I decided to use Radiant because the
client already had their own hosting plan and the only support
languages were PHP, Perl and Ruby/Rails and after evaluating my
options I decided that Radiant would probably be the best for them.

I want to manage Radiant from the cPanel "Ruby on Rails" panel where
you can start and stop Rails applications, since I will be handing
this off to the client and want it in a state where they don't need
shell access to accomplish anything.

I am able to start my Radiant application with `script/server -e
production` fine, but when I try launching it via cPanel, I see this
message in log/mongrel.log:

** Daemonized, any open files are closed.  Look at log/mongrel.pid and
log/mongrel.log for info.
** Starting Mongrel listening at 0.0.0.0:12002
** Starting Rails with production environment...
Missing the Radiant  gem. Please `gem install -v= radiant`, update
your RADIANT_GEM_VERSION setting in config/environment.rb for the
Radiant version you do have installed, or comment out
RADIANT_GEM_VERSION to use the latest version installed.


I have tried adding my custom gem path(/home/myuser/ruby/gems) to the
environment by adding $:.push('/home/myuser/ruby/gems') to all the
pertinent .rb files in the config/ directory, but nothing seemed to
help.

If anyone has any experience with this, please advise.
_______________________________________________
Radiant mailing list
Post:   [email protected]
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant

Reply via email to