Apache druid

Clone this repo:
  1. 59ad713 Merge pull request #388 from apache/26_staging by Vadim Ogievetsky · 6 days ago master
  2. 13cd1f8 add release version also by Vadim Ogievetsky · 6 days ago
  3. a6841fa rebuuild by Vadim Ogievetsky · 7 days ago
  4. c4a89cf update build by Vadim Ogievetsky · 12 days ago
  5. 96d34e6 build 26 docs by Vadim Ogievetsky · 2 weeks ago

Druid Project Website

https://druid.apache.org/

Building

The site requires Node 10.24.1 - ensure that you use this version of node. For example, if you're using nvm:

nvm install 10
nvm use 10

Setup (you only need to do this once):

npm install
bundle install

Every time you want to run the site:

gulp
npm start

Notes

Ideally we would not be checking in the css directory and just build it as part of the deploy process.

Contributing

See CONTRIBUTING.md.