Update README file

stable
David Barragán Merino 2015-09-10 12:41:28 +02:00
parent 42ef4a16b7
commit 04d9abbed9
1 changed files with 13 additions and 1 deletions

View File

@ -2,7 +2,9 @@
![Kaleidos Project](http://kaleidos.net/static/img/badge.png "Kaleidos Project") ![Kaleidos Project](http://kaleidos.net/static/img/badge.png "Kaleidos Project")
##Installation This repo is a compiled versión of https://github.com/taigaio/taiga-front
## Installation ##
* Clone the repo * Clone the repo
* Expose the `dist` directory under a static file web server * 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. 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 ## ## 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. [Taiga has a mailing list](http://groups.google.com/d/forum/taigaio). Feel free to join it and ask any questions you may have.