From 386ad3f97fb2f1f860d15cf4b5cd3c0c540b33c0 Mon Sep 17 00:00:00 2001 From: Duda Dornelles Date: Fri, 22 Aug 2014 17:43:34 -0300 Subject: Update README.md --- service/README.md | 22 ++++++++++++++++------ 1 file changed, 16 insertions(+), 6 deletions(-) (limited to 'service/README.md') 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 +``` -- cgit v1.2.3