Skip to content

Instantly share code, notes, and snippets.

@nottrobin
Created January 28, 2015 14:28
Show Gist options
  • Select an option

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

Select an option

Save nottrobin/a7065c62ec6306a878b4 to your computer and use it in GitHub Desktop.
Clone bzr-sync and install dependencies
# 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