February 2, 2010 · General ·

Sponsored Link
Ground control is a project that hopes to bring the collaboration of launchpad and bazaar branches to every day users abilities. It does away with the need for a command line and has removed a lot of the complex distractions leaving a simplified workflow for users to follow. It uses all the existing libraries and practices of the community, so if you need to move back to the command line you can continue were you left off.
It’s also flexible enough to allow you to manage your existing bazaar checkouts via nautilus. If your want to.

For Ubuntu Karmic/Lucid Users

If you want to install ground control in Ubuntu Karmic/Lucid run the following commands from your terminal

sudo add-apt-repository ppa:doctormo/groundcontrol

sudo apt-get update

sudo apt-get install groundcontrol

For Ubuntu Jaunty Users

First you need to edit /etc/apt/sources.list

gksudo gedit /etc/apt/sources.list

Add the following lines

deb http://ppa.launchpad.net/doctormo/groundcontrol/ubuntu jaunty main
deb-src http://ppa.launchpad.net/doctormo/groundcontrol/ubuntu jaunty main

Save and exit the file

Add GPG Key

sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 113659DF

Update source list

sudo apt-get update

Install ground control

sudo apt-get install groundcontrol

Screenshot


Ground Control Demo Video


Sponsored Link

Leave a Reply

  • Recent comments