Skip to content

Commit

Permalink
install boto & cloud-tools in a virtualenv sandbox
Browse files Browse the repository at this point in the history
  • Loading branch information
grenade committed Jun 3, 2015
1 parent 2cd5535 commit d879121
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions readme.md
Expand Up @@ -4,9 +4,13 @@

### Fedora 22

sudo easy_install pip
sudo pip install boto
sudo dnf install mariadb-devel python-devel procmail
git clone git@github.com:mozilla/build-cloud-tools.git cloud-tools
cd cloud-tools
sudo pip install -e .
mkdir ~/builds && cd ~/builds
# or to replicate the aws-manager servers:
# sudo mkdir /builds && sudo chown $(whoami) /builds && cd /builds
sudo easy_install virtualenv
virtualenv aws_manager
git clone git@github.com:mozilla/build-cloud-tools.git aws_manager/cloud-tools
source aws_manager/bin/activate
pip install boto
pip install -e aws_manager/cloud-tools

0 comments on commit d879121

Please sign in to comment.