From 3597a909a5273b953668fefbd9f83530ec6b4ec9 Mon Sep 17 00:00:00 2001 From: Victor Shyba Date: Wed, 4 Mar 2015 12:18:54 -0300 Subject: 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) --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'README.md') 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: -- cgit v1.2.3