summaryrefslogtreecommitdiff
path: root/install-pixelated.sh
diff options
context:
space:
mode:
authorLisa Junger <ljunger@thoughtworks.com>2014-12-17 10:25:51 +0100
committerLisa Junger <ljunger@thoughtworks.com>2014-12-17 10:25:51 +0100
commit9f33dc14a03087623834ae28b9e7eb4d49c537b5 (patch)
tree6824f66d4efe98736c7d10b4b31c07ac20147477 /install-pixelated.sh
parentb3abca081217f565d1a47d8fc2366239b0b329b6 (diff)
Adapted install script instructions.
Diffstat (limited to 'install-pixelated.sh')
-rwxr-xr-xinstall-pixelated.sh7
1 files changed, 5 insertions, 2 deletions
diff --git a/install-pixelated.sh b/install-pixelated.sh
index 22ed9b2a..ed9e6f07 100755
--- a/install-pixelated.sh
+++ b/install-pixelated.sh
@@ -62,7 +62,10 @@ cat <<EOF
## Rename the certificate based on your provider domain name like this 'your.leapprovider.org.crt'
## Put it in services/pixelated/certificates/
-## Once you are done, just run:
-## pixelated-user-agent
+## Once you are done, activate your virtual environment by running:
+## source service/.virtualenv/bin/activate
+
+## The User agent will be available on localhost:3333 after running
+## pixelated-user-agent
EOF