Update README file
parent
42ef4a16b7
commit
04d9abbed9
14
README.md
14
README.md
|
@ -2,7 +2,9 @@
|
|||
|
||||

|
||||
|
||||
##Installation
|
||||
This repo is a compiled versión of https://github.com/taigaio/taiga-front
|
||||
|
||||
## Installation ##
|
||||
|
||||
* Clone the repo
|
||||
* Expose the `dist` directory under a static file web server
|
||||
|
@ -10,6 +12,16 @@
|
|||
|
||||
More information about the different installation methods (production, development, vagrant, docker...) can be found here http://taigaio.github.io/taiga-doc/dist/#_installation_guide.
|
||||
|
||||
|
||||
## For Devs ##
|
||||
|
||||
To regenerate branches ```master``` and ```stable```
|
||||
|
||||
```
|
||||
git checkout master; node dist.js master
|
||||
git checkout stable; node dist.js stable
|
||||
```
|
||||
|
||||
## Community ##
|
||||
|
||||
[Taiga has a mailing list](http://groups.google.com/d/forum/taigaio). Feel free to join it and ask any questions you may have.
|
||||
|
|
Loading…
Reference in New Issue