Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://the-engine-room.github.io/responsible-data-handbook/
home for redesigned rd handbook
https://the-engine-room.github.io/responsible-data-handbook/
Last synced: 3 months ago
JSON representation
home for redesigned rd handbook
- Host: GitHub
- URL: https://the-engine-room.github.io/responsible-data-handbook/
- Owner: the-engine-room
- Created: 2016-03-17T14:16:18.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-11-18T16:31:03.000Z (almost 4 years ago)
- Last Synced: 2024-03-26T20:21:56.011Z (8 months ago)
- Language: HTML
- Size: 71.3 MB
- Stars: 3
- Watchers: 8
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-data-for-good - Responsible Data Handbooks
README
#The Engine Room
##Responsible Data Handbook
This is the source code for the [Engine Room's](https://www.theengineroom.org/) Responsible Data Handbook. It is developed using Jekyll and GH-pages. At the close of development, the handbook will live within the [Responsible Data](https://responsibledata.io) infrastructure.
The handbook lives at [responsibledata.io/resources/handbook](https://responsibledata.io/resources/handbook). Check it out!
##Development
Build the site as follows:
On OSX:
1. [install rvm](https://rvm.io/rvm/install)
2. `git clone https://github.com/the-engine-room/responsible-data-handbook.git`
3. `cd responsible-data-handbook`
4. `rvm use 2.1.2`
5. Install dependencies with [bundle](https://rvm.io/integration/bundler): `bundle install`
6. `jekyll build --safe` to recompile and obtain resulting _site build for production
7. `jekyll serve --w` to run locally with site regenerated on file updates; site will be live at `localhost:4000/responsible-data-handbook/`
- `/responsible-data-handbook/` is the `baseurl` as defined in `_config.yml`*note that the _site/ build is in .gitignore; see gh-pages below*
## GH-Pages
The site is [live](https://the-engine-room.github.io/responsible-data-handbook/) on gh-pages, sourced by the gh-pages branch, which contains manually populated _site directory generated by `jekyll build --safe`## Additional Documentation
Additional documentation is available on this repository's [wiki](https://github.com/the-engine-room/responsible-data-handbook/wiki).