summaryrefslogtreecommitdiff
path: root/install-pixelated.sh
diff options
context:
space:
mode:
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