Public Presentations
Node:
- install node (latest v4) and npm (if you know nothing about node https://github.com/creationix/nvm may be a good place to start installation)
- git clone this repo (git clone http://github.com/lloydbenson/presentations)
- cd presentations
- npm install
- npm start
- go to http://localhost:8082 and click on the valid html presentation
Docker:
- docker pull lloydbenson/presentations
- docker run -it --rm -p 8082:8082 lloydbenson/presentations
- go to http://localhost:8082 and click on the valid html presentation
Want to use the presentation layer but have your own slides?
docker run -it --rm -p 8082:8082 -v /path/to/your/html:/apps/presentations/html lloydbenson/presentations
or simply fork and hack away if you you prefer the node method.
Valid presentations are:
- useful ansible
- home pxe network
- ficion
- a hapi introduction
- the hapi ecosystem
- from dev to prod with node
- walmart node road
- jenkins (version 2 being worked on)
Note: If you want to use this, you need to put a proper index.html and put in your specific slides you want to show there