Package Manager
From Apis Networks Wiki
Uses
- Provides an interface to install new Ruby gems from RubyForge and view gems available
- Provides an interface to install PHP packages from PEAR and view system-wide and local PEAR packages
Notes
Ruby
Certain packages may require user interaction to successfully complete. At this time our package manager does not support input from the browser. You will need to login to your shell to install the gem. This may be done through the following command:
gem install command
gem install -y GEMNAME -- --prefix=/usr/local
-- --prefix=/usr/local is mandatory for any gems that may include compiled C code. More information is available under the Rails category of the resource center.
