/dochub

DocHub - speedy docs

Primary LanguageJavaScriptGNU Affero General Public License v3.0AGPL-3.0

DocHub - speedy docs

Build Status Dependency Status

Usage

DocHub on GitHub Pages

Running locally

Docker repositories or manual

  • Download de docfiles *.json and paste in static/data

  • Run the server:

      npm install --production # downloads dependencies for web server or npm install for all dependencies
      npm start
    
  • Open http://localhost:5000/ in your browser.

Docfiles

Docfiles is de *.json docs for static/data. Currently contains docfiles:

Scraper

The static/data/ directory contains our scrape of the sites we get content from. Right now we don't update this very often. If you want the most up-to-date content, you can run the scrapers:

npm install --dev # downloads dependencies for scrapers
cd scraper
node you-scrape.js

Notes

  • CHANGELOG
  • How to use the r.js optimizer: node node_modules/requirejs/bin/r.js -o static/js/app.build.js, make sure the node server is serving the correct static folder (whether you want /static or /static-build).

License

Licensed under the GNU Affero General Public License.