Documentation for Nano VMs Ops
To view the full documentation online, visit https://nanovms.gitbook.io/ops
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
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
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.
$ make test OS=ubuntu16
$ make test OS=ubuntu18
$ make test OS=debian8
$ make test OS=centos7
$ make test OS=fedora28