summaryrefslogtreecommitdiff
path: root/service/README.md
diff options
context:
space:
mode:
authorDuda Dornelles <dudassdornelles@gmail.com>2014-08-22 17:43:34 -0300
committerDuda Dornelles <dudassdornelles@gmail.com>2014-08-22 17:43:34 -0300
commit386ad3f97fb2f1f860d15cf4b5cd3c0c540b33c0 (patch)
treede31d849e89f600deb27d17e38bb0a3cbdc18980 /service/README.md
parent3ce5dd5b58bc9799c6081c1eab6722d9ced1e888 (diff)
Update README.md
Diffstat (limited to 'service/README.md')
-rw-r--r--service/README.md22
1 files changed, 16 insertions, 6 deletions
diff --git a/service/README.md b/service/README.md
index 3c09f2f6..83d83f78 100644
--- a/service/README.md
+++ b/service/README.md
@@ -58,20 +58,30 @@ virtualenv .virtualenv
source .virtualenv/bin/activate
```
-* Install requirements:
+* Configure the application
+
+You will need an account in a LEAP provider. Once you have it, modify the service/pixelated.example file and move it to ~/.pixelated
+
+You also might need to add your LEAP provider ssl certificate inside the pixelated/certificates named as your provider domain name, example:
```
-pip install -r requirements.txt
+your.leapprovider.org.crt
+```
+
+* Start the developer mode
+
+```
+./go develop --always-unzip
```
* To run tests:
```
-./runtests
+./go test
```
-* To run app:
+* To run app (after starting the developer mode):
```
-./go
-````
+pixelated-user-agent
+```