google-sre-ebook/bootstrap.sh

15 lines
290 B
Bash
Executable File

#!/bin/bash
mkdir -p html
cd html
wget --mirror https://landing.google.com/sre/book/
mv landing.google.com/sre/book/* .
rm -rf landing.google.com
cd ..
# Note: This does not yet create a virtual environment
# and only runs on Python 2
pip install -r requirements.txt
python2 generate.py