Created
January 28, 2015 14:28
-
-
Save nottrobin/a7065c62ec6306a878b4 to your computer and use it in GitHub Desktop.
Clone bzr-sync and install dependencies
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