Reply to comment
Reply to comment
Setup an Ubuntu Development Environment the Agaric Way
Submitted by Gus Domian on February 19, 2009 - 3:01pm
Update: See Installing Drubuntu
Use the following commands to set up a development environment on Ubuntu (8.10).
- Install GIT Core
sudo aptitude install git-core
- Install RubyGems
sudo aptitude install rubygems
- Install Rake
sudo aptitude install rake
- Install Capistrano
sudo gem install capistrano
Resolution

