summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorVictor Shyba <victor.shyba@gmail.com>2015-03-04 12:18:54 -0300
committerVictor Shyba <victor.shyba@gmail.com>2015-03-04 12:18:54 -0300
commit3597a909a5273b953668fefbd9f83530ec6b4ec9 (patch)
treeca65f6817cd90d3fd34da9031a6e6fe50df93b75 /README.md
parenta222f7ac7d05d9ab0ef8d9b809d01ebfc0f854bd (diff)
Try Provider -> Dev provider; fix vagrant instructions
Currently, developers need to use the Dev Provider, not the Try. I also added instructions for getting into /vagrant because I didn't get there following those commands. This may change soon (vagrant ssh should leave us on /vagrant)
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 5 insertions, 4 deletions
diff --git a/README.md b/README.md
index e35dc9dd..28793fce 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@ The Pixelated User Agent is the mail client of the Pixelated ecosystem, it is co
## Getting started for development
First of all, you should have an account on a LEAP/Pixelated provider with email support.
- * You can use one of the demo accounts at [Try Pixelated](https://try.pixelated-project.org:8080/auth/login).
+ * You can create a developer account at our [Dev Provider](https://dev.pixelated-project.org/).
* There are some other LEAP providers on the [Bitmask page](https://bitmask.net), but they don't support email currently.
Requirements:
@@ -28,12 +28,13 @@ From the root folder, set up the vagrant machine:
vagrant up source
-You can log into the machine using:
+You can log into the machine and view project root folder with:
vagrant ssh
-
-From here on you can run the tests for the UI by going to the web-ui folder or for the API by going to the service folder and running:
+ cd /vagrant
+From here on you can run the tests for the UI by going to the **web-ui** folder or for the API by going to the **service** folder and running:
+ cd web-ui
./go test
You can also run the mail client with: