Ubuntu Pastebin

Paste from dpm at Fri, 3 Jun 2016 14:21:11 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
# After having done these changes:
# http://bazaar.launchpad.net/~dpm/ubucon-site/ubucon-layer/revision/3

cd $JUJU_REPOSITORY
cd $LAYER_PATH
bzr branch lp:~ubucon-site-developers/ubucon-site/ubucon-layer
cd ubucon-layer
charm build
build: Composing into /home/dpm/charms
build: Destination charm directory: /home/dpm/charms/builds/ubucon
build: Processing layer: layer:django
build: Processing layer: layer:basic
build: Processing layer: layer:nginx
build: Processing layer: ubucon
build: Processing interface: pgsql
build: Processing interface: http

juju deploy postgresql
juju deploy $LAYER_PATH/ubucon
juju add-relation postgresql:db ubucon
ERROR no relations found
Download as text