]> git.parisson.com Git - mezzo.git/commitdiff
Merge branch 'dev' of git+ssh://git.forge.ircam.fr/Manifeste into dev
authorPhilippe Barbosa <contact@philippebarbosa.com>
Wed, 2 Mar 2016 15:10:07 +0000 (16:10 +0100)
committerPhilippe Barbosa <contact@philippebarbosa.com>
Wed, 2 Mar 2016 15:10:07 +0000 (16:10 +0100)
1  2 
README.rst

diff --cc README.rst
index e42eb7fa486ab0e09d77c82c9d15065ebc19e4cd,01f41eabff94854ca7dfa072566560fb997d4129..a95c82ccdff230d0ca340215706d5301d9db08f5
@@@ -27,42 -27,8 +27,42 @@@ The last command is needed to init the 
  Restore the backuped database, in another terminal (or a Docker Quickstart Terminal)::
  
      cd Manifeste
-     ./scripts/restore.sh
+     scripts/restore.sh
  
  Give you user password if asked.
 -
  You should be able to browse the app at http://localhost:8010/ (replacing 'localhost' by the IP given by the docker terminal on OSX and Windows)
 +
 +If app is broken after a restore script :
 +`docker-compose restart` to restart the machine.
 +
 +Work with gulp
 +==================
 +
 +Gulp allow to compile scss to css, concatenate js files and has a watcher, who do this tasks on file change.
 +Gulp require nodejs installed on your computer to work.
 +
 +- 1. Install gulp globally:
 +__If you have previously installed a version of gulp globally, please run `npm rm --global gulp`
 +to make sure your old version doesn't collide with gulp-cli.__
 +
 +```
 +$ npm install --global gulp-cli
 +```
 +
 +- 2. Install gulp dependancies
 +
 +```
 +$ npm install
 +```
 +
 +- 3. Run gulp:
 +
 +```sh
 +$ gulp [task]
 +```
 +
 +Paths
 +============
 +
 +- `app/festival/templates` : Personnal templates
 +- `app/festival/static/festival` : Static files