From 50d18589f6c6560c7875cc31296b6075e7656e03 Mon Sep 17 00:00:00 2001 From: stutrzbecher@gmail.com Date: Thu, 7 Apr 2016 19:48:04 +0000 Subject: [PATCH] change README install instructions --- README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index baa47a0..31a484c 100644 --- a/README.md +++ b/README.md @@ -4,12 +4,25 @@ The Noosfero theme that uses the API to create a totally new client-side fronten ## Getting started +### If you use Vagrant +Use our [VirtualBox](https://atlas.hashicorp.com/paulohtfs/boxes/noosfero-dev) with everything setup. +Run: +``` + vagrant init paulohtfs/noosfero-dev + vagrant up --provider virtualbox + vagrant ssh +``` +This box provides Noosfero and the Angular base theme repositories. +We've also set up vim and tmux to make the work easier. + ### How to Install 1. Install [Node.js](https://nodejs.org/) and [npm](https://www.npmjs.com/) 1. Install [Bower](http://bower.io/): `npm install -g bower` +1. Install [Gulp](http://gulpjs.com/): `npm install -g gulp` 1. Install Node.js dependencies: `npm install` 1. Install bower dependencies: `bower install` -1. Build the project: `gulp build` +1. Build the project: `npm run build` +1. Run project tests: `npm run test` ### How to Use -- libgit2 0.21.2