• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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