Bundle "Deploy via deployer" should recommend juju-deployer package

Bug #1249509 reported by Marco Ceppi
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
juju-gui
Fix Released
High
Unassigned

Bug Description

Current deploy readme is quite indimidating and doesn't set up juju-deployer from the package, which would be preferable (like juju-quickstart)

Currently, it recommends:

Step 1 - Setup the virtual environment

virtualenv --system-site-packages deployer
./deployer/bin/easy_install juju-deployer
./deployer/bin/juju-deployer -h

Step 2 - Deploy bundle

./deployer/bin/juju-deployer -e <JUJU_ENV> -c \
    http://staging.jujucharms.com/bundle/~jorge/cloudfoundry/3/cloudfoundry/json

Instead these could be

Step 1 - Install Juju Deployer

sudo add-apt-repository ppa:juju/stable
sudo apt-get update
sudo apt-get install juju-deployer

Step 2 - Deploy bundle

juju deployer -e <JUJU_ENV> -c http://staging.jujucharms.com/bundle/~jorge/cloudfoundry/3/cloudfoundry/json

Related branches

Changed in juju-gui:
status: New → Fix Committed
importance: Undecided → Low
importance: Low → High
Changed in juju-gui:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.