Skip to content

isabella232/devsecops-using-cloudnative-workshop

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

This repo contains workshop material delivered at #nullcon2020

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 87.7%
  • JavaScript 8.6%
  • CSS 3.7%