From 5437c359f83ddd2d3dbeb853631fd528e2739feb Mon Sep 17 00:00:00 2001 From: Duda Dornelles Date: Fri, 22 Aug 2014 18:47:57 -0300 Subject: Update README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 08bf0ac0..7f131f41 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,18 @@ The User Agent is composed of 2 components: - The Web Ui, which is the the HTML, CSS and JS files served to the browser; and - The Service component, which is the web service that serves the Web Ui to the browser, provides the REST API which the the Web Ui uses, and integrates with the LEAP or Pixelated provider. +## Quickstart + +Dependencies are: node, npm, ruby, bundle, virtualenv, git + +Once you have that, run: + +``` +curl https://raw.githubusercontent.com/pixelated-project/pixelated-user-agent/master/install-pixelated.sh | /bin/bash +``` + +_____________ + ## Web Ui The Web Ui needs to generate the templates and CSS to be served. For that, you need (from inside `./web-ui`) to run the command `./go build` at least once after downloading the code. From here on, you can run `./go watch` to auto-generate the resources as they are changed. -- cgit v1.2.3