From 4478b2afd54a08a568a6a3a2990bfda7dace3d7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bruno=20Wagner=20Gon=C3=A7alves?= Date: Thu, 12 Feb 2015 14:33:55 -0200 Subject: Added instructions on how to run the tests --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index b9c5c84b..2756144d 100644 --- a/README.md +++ b/README.md @@ -29,12 +29,16 @@ From the root folder, set up the vagrant machine: You can log into the machine using: 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: -then you can run with: + ./go test + +You can also run the mail client with: pixelated-user-agent --host 0.0.0.0 -and it's done! +Then point your browser to [http://localhost:3333](http://localhost:3333) to see it running. ## Getting started as an user -- cgit v1.2.3