Skip to content
Timothy O'Connell edited this page Jun 12, 2017 · 13 revisions

Welcome to the kdm-manager development wiki!

For now, we're going to use this to track dev/deploy/update type issues and topics, though the scope may expand. No solid plans yet: just kind of playing it by ear.

General Info

  • About - kdm-manager is a campaign manager for "Monster" by Kingdom Death.
  • Framework - kdm-manager does not leverage any frameworks or platforms. It is a DIY, "from scratch" hobby project.
  • Ground Rules - The Manager is a fan project that is totally unaffiliated with Kingdom Death. Accordingly, I follow some basic guidelines.
  • Development Roadmap - coming soon

Installation and Deployment Issues

Installation

  • settings_private.cfg - If running a true production instance of the Manager, you'll need to create one of these files to store credentials for email users and CLI admin access.

Deployment

  • .python_eggs - Running the Manager's init script for the first time throws a traceback about not having permission to modify /home/username/.python_eggs/
  • run_mode - The Manager can currently be put into a "production" or "downtime" run mode using the built-in init_script script.

Administration and Development

Development and QA

  • get_user - download a user's data via CLI (e.g. using curl) to a remove machine
Clone this wiki locally