FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
user avatar
Merge pull request #1 from msb/a-few-minor-amendments
Rich Wareham authored
A few minor syntax corrections and amendments.
39e32491
History

DevOps Guidebook

This repository contains the source for the UIS DevOps Guidebook.

Developing locally

The guidebook uses docsify to render the guidbook from markdown striaght in the browser. As such there is no render step. One simply clones the repo and starts a local webserver. If you have the hub utility installed:

$ hub clone uisautomation/guidebook
$ python3 -m http.server 8000

The documentation is now available at http://localhost:8000/.