1# Setting up Lucifer
2
3Install [depot_tools].
4
5[depot_tools]: https://commondatastorage.googleapis.com/chrome-infra-docs/flat/depot_tools/docs/html/depot_tools_tutorial.html#_setting_up
6
7Get the Lucifer binaries:
8
9    binary_dir=~/lucifer
10    mkdir -p "$binary_dir"
11    cipd install -root "$binary_dir" chromiumos/infra/lucifer prod
12
13Add the path to `shadow_config.ini`:
14
15    cat <<EOF >>/usr/local/autotest/shadow_config.ini
16    [LUCIFER]
17    binaries_path: $binary_dir/usr/bin
18    EOF
19