Commit 56132bdfb6e2874fe69ca86bdfc136a6f27d1b6f
1 parent
621d6a11
Exists in
master
Correção do README para novas dependências de desenvolvimento
Showing
1 changed file
with
7 additions
and
14 deletions
Show diff stats
README.md
@@ -20,26 +20,17 @@ Você pode contribuir e melhorar o exemplo no [Código do Manual da Barra do Gov | @@ -20,26 +20,17 @@ Você pode contribuir e melhorar o exemplo no [Código do Manual da Barra do Gov | ||
20 | 20 | ||
21 | ## Mudando o profile | 21 | ## Mudando o profile |
22 | 22 | ||
23 | -Altere o arquivo 'app/profile' para apontar para o novo profile. Exemplo: | 23 | +Execute o make com o parâmetro de PROFILE. Exemplo: |
24 | 24 | ||
25 | - profile : copa2014 | 25 | + make run PROFILE=outubrorosa |
26 | 26 | ||
27 | ## Dependências: | 27 | ## Dependências: |
28 | 28 | ||
29 | -Esses são comandos exemplos, por favor verifique no seu sistema como deve ser instalado. | 29 | + * python2.7 |
30 | 30 | ||
31 | - * node.js | ||
32 | - apt-get install python-software-properties python g++ make | ||
33 | - add-apt-repository ppa:chris-lea/node.js | ||
34 | - apt-get update | ||
35 | - apt-get install nodejs | ||
36 | - apt-get install npm | 31 | + * io.js |
37 | 32 | ||
38 | * sass | 33 | * sass |
39 | - apt-get install ruby-full build-essential | ||
40 | - apt-get install rubygems | ||
41 | - gem install sass | ||
42 | - sass -v | ||
43 | 34 | ||
44 | * zlib | 35 | * zlib |
45 | 36 | ||
@@ -57,10 +48,12 @@ E execute o | @@ -57,10 +48,12 @@ E execute o | ||
57 | 48 | ||
58 | ## Usando vagrant: | 49 | ## Usando vagrant: |
59 | 50 | ||
51 | +O Vagrant vai criar o ambiente de desenvolvimento. | ||
52 | + | ||
60 | ``` | 53 | ``` |
61 | vagrant up | 54 | vagrant up |
62 | vagrant ssh | 55 | vagrant ssh |
63 | -cd /vagrant/ | 56 | +cd barra-govbr |
64 | ``` | 57 | ``` |
65 | 58 | ||
66 | ## Geração da barra | 59 | ## Geração da barra |