Skip to content

avandever/keytracker

Repository files navigation

keytracker

KeyForge game tracker software

Installation instructions I used on Ubuntu on Windows

  1. Install and setup Ubuntu on Windows: https://ubuntu.com/tutorials/ubuntu-on-windows
  2. Install python3 and some other packages: sudo apt-get install python3 python3-venv python-dev libmysqlclient-dev
  3. Install and start mysql server, and create a user with a db.
  4. Download this git repo: wget https://github.com/avandever/keytracker/archive/refs/heads/main.zip
  5. Unzip the repo: unzip main.zip
  6. cd keytracker-main
  7. Set up the virtual environment: python3 -m venv venv
  8. Activate the virtual environment: source venv/bin/activate
  9. Install modules: pip3 install . gunicorn

Run the server:

  1. Activate the virtual environment: source venv/bin/activate
  2. Start the server: gunicorn -w 4 "keytracker.server:app"
  3. Load in your browser (https://127.0.0.1:8000 by default)

Run the client:

  1. Activate the virtual environment: source venv/bin/activate
  2. Run the client: keytracker/client.py

About

KeyForge game tracker software

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages