Install the following:
- npm
- asciidoctor
- asciidoctor-revealjs
- decktape
To Create Documentation, cd into this directory
$ npm init
$ npm install reveal.js
$ chmod +x ./setup-docs.sh
$ ./setup-docs.shDI will provide before the class any links for checking in, pre-class and post-class evaluations, be sure to add those into the slides so that you do not forget.
Open setup.html, after running the previous steps to view information how to setup Spinnaker for your class on AWS
This repository is Just for the documentation. For the exercises, we use https://github.com/dhinojosa/spinnaker-study. Feel free to create your own fork, just be sure to update the lab book!
What I do is generate the documentation here from this repository and copy all docs.zip, lab_book.zip, slides.pdf, slides.zip to the spinnaker-study repository.