Commit d80617bf00c4cd0002b34dd3e085c687a6e6b6ef

Authored by Carlos Coêlho
1 parent f9896e22

Update README.md with new build instructions

Signed-off-by: Carlos Coêlho <carlospecter@gmail.com>
Signed-off-by: Arthur Jahn <stutrzbecher@gmail.com>
Showing 1 changed file with 7 additions and 7 deletions   Show diff stats
@@ -6,11 +6,10 @@ The Noosfero theme that uses the API to create a totally new client-side fronten @@ -6,11 +6,10 @@ The Noosfero theme that uses the API to create a totally new client-side fronten
6 6
7 ### If you use Vagrant 7 ### If you use Vagrant
8 Use our [VirtualBox](https://atlas.hashicorp.com/paulohtfs/boxes/noosfero-dev) with everything setup. 8 Use our [VirtualBox](https://atlas.hashicorp.com/paulohtfs/boxes/noosfero-dev) with everything setup.
9 -Run:  
10 -```  
11 - vagrant init paulohtfs/noosfero-dev  
12 - vagrant up --provider virtualbox  
13 - vagrant ssh 9 +Run:
  10 +```
  11 +vagrant up
  12 +vagrant ssh
14 ``` 13 ```
15 This box provides Noosfero and the Angular base theme repositories. 14 This box provides Noosfero and the Angular base theme repositories.
16 We've also set up vim and tmux to make the work easier. 15 We've also set up vim and tmux to make the work easier.
@@ -22,12 +21,13 @@ We&#39;ve also set up vim and tmux to make the work easier. @@ -22,12 +21,13 @@ We&#39;ve also set up vim and tmux to make the work easier.
22 1. Install Node.js dependencies: `npm install` 21 1. Install Node.js dependencies: `npm install`
23 1. Install bower dependencies: `bower install` 22 1. Install bower dependencies: `bower install`
24 1. Build the project: `npm run build` 23 1. Build the project: `npm run build`
  24 +1. Build multiple themes: `npm run build-all`
25 1. Run project tests: `npm run test` 25 1. Run project tests: `npm run test`
26 26
27 ### How to Use 27 ### How to Use
28 28
29 -Just set the profile theme to `angular-theme`.  
30 - 29 +Copy the desired theme from the `dist` folder into
  30 +noosfero `public/design/themes`.
31 31
32 ## Project Structure 32 ## Project Structure
33 The folder structure of this project was sorted by feature. 33 The folder structure of this project was sorted by feature.