diff options
author | varac <varacanero@zeromail.org> | 2016-02-16 11:15:26 +0100 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2016-02-16 11:15:26 +0100 |
commit | a1bd1bf8d55abf30a42a06c92ef9d87c31b525d7 (patch) | |
tree | 945ebbd8918616e75874188a9154d19921fbe922 | |
parent | e6ceffb47de0ddf3565fce7e7482f0921299976a (diff) |
updated post-install instructions in install-pixelated.sh
-rwxr-xr-x | install-pixelated.sh | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/install-pixelated.sh b/install-pixelated.sh index 35b77fa5..e4f4ae64 100755 --- a/install-pixelated.sh +++ b/install-pixelated.sh @@ -115,17 +115,13 @@ cat <<EOF ############### -## You will need an account in a LEAP provider with mail support. You may find some at http://bitmask.net/ - -## You might also need to add your LEAP provider ssl certificate to pixelated manually for now, with the following steps: -## The easiest way to find this is accessing https://your.provider.org/ca.crt -## Rename the certificate based on your provider domain name like this 'your.leapprovider.org.crt' -## Put it in services/pixelated/certificates/ +## You will need an account in a LEAP provider with mail support. You can request an invite code for +## https://dev.pixelated-project.org, please refer to point 4) in the [Getting started guide](https://github.com/pixelated/pixelated-user-agent#getting-started). ## Once you are done, activate your virtual environment by running: ## source $VIRTUALENV_PATH/bin/activate -## The User agent will be available on localhost:3333 after running -## pixelated-user-agent +## The User agent will be available on http://localhost:3333 after running: +## pixelated-user-agent EOF |