chazlarson / PMM-Quickstart

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PMM-quickstart

quickstart script for building a basic config for PMM

INCOMPLETE AND WORK IN PROGRESS

if you use direnv:

  1. clone the repo
  2. cd into the repo dir
  3. run direnv allow as the prompt will tell you to
  4. direnv will build the virtual env and keep requirements up to date

if you don't use direnv:

  1. install direnv
  2. go to the previous section

ok no

  1. clone the repo
  2. cd into the repo dir
  3. create a python3 venv
  4. python -m pip install -r requirements.txt

after that, in either case

  1. run with python config-gen.py
  2. Follow the prompts.

If you're doing a lot of this, copy config.json.default to config.json and fill in the values. The script will read those and then you can just hit return to accept the defaults.

About

License:GNU General Public License v3.0


Languages

Language:Python 100.0%