diff options
author | Jefferson Stachelski <jstachel@thoughtworks.com> | 2015-12-15 11:39:23 -0200 |
---|---|---|
committer | Jefferson Stachelski <jstachel@thoughtworks.com> | 2015-12-15 11:39:23 -0200 |
commit | 693e7f90fb5c0eaec9d04def13bb79c6dd8b0f17 (patch) | |
tree | 396ec0e1fdc547d09d2e43e0a2e8188bf0caa0b3 | |
parent | b54e7ab86805171705b7d83e59aaf12e6a1f68ea (diff) |
Chaged the coveralls url
from pixelated-projet to pixelated as we renamed on github
-rw-r--r-- | README.md | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -2,7 +2,7 @@ Pixelated User Agent ==================== [](https://snap-ci.com/pixelated/pixelated-user-agent/branch/master) [ -](https://coveralls.io/r/pixelated-project/pixelated-user-agent?branch=master) +](https://coveralls.io/r/pixelated/pixelated-user-agent?branch=master) The Pixelated User Agent is the mail client of the Pixelated ecosystem. It is composed of two parts, a web interface written in JavaScript ([FlightJS](https://flightjs.github.io/)) and a Python API that interacts with a LEAP Provider, the e-mail platform that Pixelated is built on. @@ -40,10 +40,10 @@ After this is done, you can log into the machine and view project root folder wi cd /vagrant Then run the setup: - + cd /vagrant/service ./go setup - + From here on you can run the tests for the UI by going to the **web-ui** folder or for the REST API by going to the **service** folder: cd /vagrant/web-ui @@ -51,7 +51,7 @@ From here on you can run the tests for the UI by going to the **web-ui** folder cd /vagrant/service ./go test - + To run the user agent: ``` @@ -65,7 +65,7 @@ username ******************* ``` -As soon as the user agent starts you will be asked for username, password and the [provider you registered with](https://github.com/pixelated-project/pixelated-user-agent/blob/master/README.md#registering-with-a-provider). +As soon as the user agent starts you will be asked for username, password and the [provider you registered with](https://github.com/pixelated-project/pixelated-user-agent/blob/master/README.md#registering-with-a-provider). Now you can see it running on [http://localhost:3333](http://localhost:3333) |