Network X is a place to play with some infrastructure management things I've been confusing myself with. Can I make old hardware secure? Can I do this without configuration? I don't know where I'm going with this, but I'm stealing ideas from The Twelve-Factor App, Douglas Coupland, zero trust security, Yume Nikki, and so much more!
Clone the repo:
git clone https://github.com/gbenson/nx-workers.git
cd nx-workers
Create a virtual environment:
python3 -m venv venv
. venv/bin/activate
Upgrade pip and setuptools:
pip install --upgrade pip setuptools
Install in editable mode for development:
make install
Build a wheel for deployment:
make wheel