Skip to content

Instantly share code, notes, and snippets.

@nottrobin
Last active August 29, 2015 14:14
Show Gist options
  • Select an option

  • Save nottrobin/95f583d28040c7be8eb3 to your computer and use it in GitHub Desktop.

Select an option

Save nottrobin/95f583d28040c7be8eb3 to your computer and use it in GitHub Desktop.
Cloning the bzr-sync project
# Clone the repository, and make it owned by our user (bzr-sync)
sudo git clone git@github.com:ubuntudesign/bzr-sync.git /srv/bzr-sync
sudo chown -R bzr-sync:bzr-sync /srv/bzr-sync
# Install python dependencies
sudo pip install -r /srv/bzr-sync/requirements.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment