Last active
August 29, 2015 14:14
-
-
Save nottrobin/95f583d28040c7be8eb3 to your computer and use it in GitHub Desktop.
Cloning the bzr-sync project
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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