summaryrefslogtreecommitdiff
path: root/install-pixelated.sh
diff options
context:
space:
mode:
authorDuda Dornelles <ddornell@thoughtworks.com>2014-08-22 18:17:03 -0300
committerDuda Dornelles <ddornell@thoughtworks.com>2014-08-22 18:18:33 -0300
commitaee960982b6566c1f2434012d4b53829d3b1b553 (patch)
tree129d28735655cd8ad0691413210113cb9039a143 /install-pixelated.sh
parentb8fd85d848b7d4b2940885d99b640846f54ef0d0 (diff)
updating install-pixelated.sh
Diffstat (limited to 'install-pixelated.sh')
-rw-r--r--install-pixelated.sh19
1 files changed, 16 insertions, 3 deletions
diff --git a/install-pixelated.sh b/install-pixelated.sh
index 353fc59a..5acddee2 100644
--- a/install-pixelated.sh
+++ b/install-pixelated.sh
@@ -27,8 +27,21 @@ bundle install
cd ../service
virtualenv .virtualenv
source .virtualenv/bin/activate
-easy_install leap.soledad.common
-pip install -r requirements.txt
+./go develop --always-unzip
# run service
-./go
+cat <<EOF
+
+###############
+
+## You will need an account in a LEAP provider. You may find some at http://bitmask.net/
+
+## Once you have it, modify the service/pixelated.example file and move it to ~/.pixelated
+
+## You might also need to add your LEAP provider ssl certificate to the pixelated/certificates folder, named as your provider domain name (in case it uses TLS):
+## - example: your.leapprovider.org.crt
+
+## Once you are done, just run:
+## pixelated-user-agent
+
+EOF