Skip to content

jamiekyle-eb/ops-documentation

 
 

Repository files navigation

Ops Documentation

Documentation for Nano VMs Ops

To view the full documentation online, visit https://nanovms.gitbook.io/ops

Setup

To setup your development environment to write documentation, you'll need to install the gitbook cli. The simple way to do this is run

$ npm install gitbook-cli -g

Serving local documentation

To view the documentation in the browser run the following command...

$ make serve

Then open up your browser to http://localhost:4000

For more information on how to use the gitbook cli tool as well as documentation on formating, configuration, etc, visit their documentation

Sandbox Environments

We have a Vagrantfile that is used to create temporary sandbox environments to test various installation instructions and configurations. This makes it easier for us to test that the instructions are accurate and work correctly.

Test Ubuntu 16 (Xenial)

$ make test OS=ubuntu16

Test Ubuntu 18 (Bionic)

$ make test OS=ubuntu18

Test Debian 8 (Jessie)

$ make test OS=debian8

Test Centos 7

$ make test OS=centos7

Test Fedora 28

$ make test OS=fedora28

About

Documentation for Nano VMs Ops

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Makefile 100.0%