Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 582 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 582 Bytes

TEDxLausanne website

Compilation Theme

To build and watch your files, make sure you are in the root of the project. Then run the following commands.

$ npm install

Rebuild from ../tedxlausanne-styleguide

$ gulp build

After pulling prod db

drush variable-set file_private_path /Users/mfh/dev/tedxlausanne-website/private-files

Deploy

We use Capdrupal for D7 (v0.x) to deploy.

First time

$ gem install bundle
$ bundle install

Then

$ bundle exec cap dev deploy