Update README
This commit is contained in:
parent
d716767b79
commit
e41329e28f
|
@ -9,14 +9,14 @@ Lanceur d'application pour GNU/Linux
|
||||||
- [NodeJS](https://nodejs.org/) - Dernière version stable, testé sur la 0.12.*
|
- [NodeJS](https://nodejs.org/) - Dernière version stable, testé sur la 0.12.*
|
||||||
- [NPM](https://www.npmjs.com/) - Normalement automatiquement installé avec NodeJS.
|
- [NPM](https://www.npmjs.com/) - Normalement automatiquement installé avec NodeJS.
|
||||||
|
|
||||||
### Initialisation du projet
|
### Initialisation du projet & lancement de Pitaya
|
||||||
|
|
||||||
```
|
```
|
||||||
git clone https://forge.cadoles.com/wpetit/pitaya.git
|
git clone https://forge.cadoles.com/wpetit/pitaya.git
|
||||||
cd pitaya
|
cd pitaya
|
||||||
git checkout develop
|
git checkout develop
|
||||||
npm install
|
npm install
|
||||||
DEBUG=pitaya* npm start
|
DEBUG=pitaya* NODE_ENV=development npm start
|
||||||
```
|
```
|
||||||
|
|
||||||
## Variables d'environnement
|
## Variables d'environnement
|
||||||
|
|
Loading…
Reference in New Issue