#The Engine Room
##Responsible Data Handbook
This is the source code for the Engine Room's Responsible Data Handbook. It is developed using Jekyll and GH-pages. At the close of development, the handbook will live within the Responsible Data infrastructure.
The handbook lives at responsibledata.io/resources/handbook. Check it out!
##Development
Build the site as follows:
On OSX:
-
git clone https://github.com/the-engine-room/responsible-data-handbook.git
-
cd responsible-data-handbook
-
rvm use 2.1.2
-
Install dependencies with bundle:
bundle install
-
jekyll build --safe
to recompile and obtain resulting _site build for production -
jekyll serve --w
to run locally with site regenerated on file updates; site will be live atlocalhost:4000/responsible-data-handbook/
/responsible-data-handbook/
is thebaseurl
as defined in_config.yml
note that the _site/ build is in .gitignore; see gh-pages below
The site is live on gh-pages, sourced by the gh-pages branch, which contains manually populated _site directory generated by jekyll build --safe
Additional documentation is available on this repository's wiki.