Skip to content

Latest commit

 

History

History
executable file
·
30 lines (21 loc) · 461 Bytes

File metadata and controls

executable file
·
30 lines (21 loc) · 461 Bytes

DevSecOps using CloudNative in AWS nullcon2020

DevSecOps using CloudNative in AWS #nullcon2020

Running the workshop documentation locally

Using Python 2

cd book/
python -m SimpleHTTPServer

Using Python 3

cd book/
python3 -m http.server

If you prefer node

sudo npm install -g http-server
cd book/
http-server