• This repository has been archived on 05/Apr/2023
  • Stars
    star
    140
  • Rank 261,473 (Top 6 %)
  • Language
    JavaScript
  • Created over 5 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A free community driven school for data hosted at dataschool.com

⚠️ Archived Repository

Chartio and also dataschool.com were acquired by Atlassian in 2021. This repository is now archived and no further pull-requests will be accepted.

DataSchool.com

This is the site powering dataschool.com. Please contribute!

Installing Jekyll

This site is built with Jekyll, a simple static site server. To install Jekyll simply use:

  1. Clone this repository: git clone [email protected]:chartio/dataschool.git
  2. Install homebrew with ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
  3. Install jekyll and bundler with sudo gem install bundler jekyll. Note you'll be prompeted to enter your computer's password to install.

Building Jekyll

This site is built using Jekyll. You don't need to know or even run jekyll to contribute - you can just edit and commit the markdown files, but if you want to run a local copy it's fairly simple:

cd dataschool/dataschool
bundle install --path vendor/bundle
bundle exec jekyll serve --watch

It will then be available at http://localhost:4000

Note - do use port 4000 and "localhost" vs 127.0.0.1 otherwise SQLBox will not work for you on your localhost.

Organization

There are 3 main objects (jekyll calls them collections) in DataSchool:

  • People (_people)
  • Books (_books)
  • Chapters (_chapters)

The content for all of the books is in _chapters folder, organized by book.