• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

Ruby on Rails

First of all make sure that you have installed Ruby on Rails support. Just run /usr/local/psa/admin/sbin/autoinstaller and select 'Ruby on Rails support' in '9. [.] <+> Plesk hosting features'
 
Done that on Ubuntu Lucid, and also installed "rubyfull" package and passenger to use with Apache.

Shouldn't rails come installed as a gem?

I tried to do
# gem install rails
but's it's consuming all my CPU and it doesn't give an answer

Running on Plesk 10.4.4 and,
# gem -v
1.3.5

# ruby -v
ruby 1.8.7 (2010-01-10 patchlevel 249) [x86_64-linux]

# gem list

*** LOCAL GEMS ***

daemon_controller (0.2.6)
fastthread (1.0.7)
passenger (3.0.11)
rack (1.4.0)
rake (0.9.2.2)

Can any one give an explanation/brief on this since there is no documentation about this feature on the guide?

Regards
 
Back
Top