macOS, Windows, and a Docker option that works on both โ pick whichever's easiest.
git clone https://github.com/bgcena/config-cloner.git cd config-cloner python3 -m venv .venv source .venv/bin/activate pip install -r requirements.txt python run.py
Then open http://127.0.0.1:8000.
git clone https://github.com/bgcena/config-cloner.git cd config-cloner python -m venv .venv .venv\Scripts\Activate.ps1 pip install -r requirements.txt python run.py
Then open http://127.0.0.1:8000.
If Activate.ps1 is blocked by execution policy, either run PowerShell's
Set-ExecutionPolicy -Scope Process RemoteSigned first, or skip the venv and just run
pip install -r requirements.txt then python run.py directly.
Same command everywhere once Docker Desktop is installed and running:
git clone https://github.com/bgcena/config-cloner.git cd config-cloner docker compose up --build
Then open http://127.0.0.1:8000. Stop it with Ctrl+C, or
docker compose down from another terminal.
Ctrl+C, or docker compose down) โ nothing was ever written to disk, so there's nothing left behind either way