CiscoCloud/vaquero-docs

Name: vaquero-docs

Owner: CiscoCloud

Description: Documentation for the Vaquero project

Created: 2016-08-16 19:28:29.0

Updated: 2018-03-06 21:20:25.0

Pushed: 2017-11-27 21:13:54.0

Homepage: https://ciscocloud.github.io/vaquero-docs

Size: 3338

Language: CSS

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

vaquero-docs

Documentation for the Vaquero project: https://github.com/CiscoCloud/vaquero

Website: https://ciscocloud.github.io/vaquero-docs

How to modify the documentation

Updates to this repo automatically generate new documentation which will be published as static assets to using the GitHub Pages functionality. The documentation will be published according to these rules:

Local Development

Install Ruby

RVM is a great tool for this. Follow the install instructions and then install the version in the .ruby-version file.

rvm install 2.4.2

Setup a gemset so your gems are isolated

rvm create gemset vqdocs

Install bundler

gem install bundler

Install gems (from the Gemfile file)

bundle install

Start jekyll to see the site

jekyll serve

View in your browser

http://localhost:4000

Make changes and jekyll will rebuild the site automatically.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.