google-sre-ebook/bootstrap.sh

15 lines
290 B
Bash
Raw Normal View History

2017-02-15 09:55:23 +00:00
#!/bin/bash
mkdir -p html
cd html
wget --mirror https://landing.google.com/sre/book/
mv landing.google.com/sre/book/* .
2017-02-18 10:03:04 +00:00
rm -rf landing.google.com
cd ..
2017-02-20 05:45:21 +00:00
# Note: This does not yet create a virtual environment
# and only runs on Python 2
2017-02-18 10:03:04 +00:00
pip install -r requirements.txt
python2 generate.py