Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 507 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 507 Bytes

Quick start

curl bootstrap.f0cal.com/master | python3 - --help

or

git clone https://github.com/f0cal/bootstrap && \
  ./bootstrap/bin/bootstrap.py --help

About

bin/bootstrap.py is a small CLI installer for various other pieces of f0cal code. It's purpose is to quickly build a virtual environment and install the code required for both end users and developers. Under the hood, it uses saltstack to perform orchestrations on the local OS.

docs