Skip to content
hbredin edited this page Oct 21, 2014 · 2 revisions

GitHub Pages

In order to deploy the app to GitHub Pages (http://camomile-project.github.io/camomile-web-frontend, follow this two-steps process.

Step 1: run web-server.js once (and kill it) to generate app/config.js.

$ node web-server.js --camomile=blahblah.fr --pyannote=foobar.com

Step 2: use ghp-import to push the app directory to branch gh-pages

$ ghp-import -n -p app
Clone this wiki locally