Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 991 Bytes

File metadata and controls

38 lines (25 loc) · 991 Bytes

Dbljump API docs powered by Slate

Note that setup instructions are based on those in the Slate readme at Github. Check there for the latest.

Prerequisites

  • Linux or OS X — Windows may work, but is unsupported.
  • Ruby, version 2.2.5 or newer
  • Bundler — If Ruby is already installed, but the bundle command doesn't work, just run gem install bundler in a terminal.

Installation

  1. Clone this repository using the instructions on Bitbucket
  2. Go to your clone's folder, e.g. cd ~/slate
  3. Bundle and start the server
#either run this to run locally
bundle install
middleman server

# OR run this to run with vagrant
vagrant up

Local

With the server running, you can now see the docs at http://localhost:4567.

Publishing to GitHub Pages

Commit changes to master branch, then run the deploy script:

./deploy.sh

Re-set the custom domain name (http://docs.dbljump.com), as the deploy script removes it.