A corporation manager and dashboard for EVE Online
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 
 
 
Ben Kurtovic bf7e58dba9 Add EVE date to footer. hace 7 años
calefaction Add EVE date to footer. hace 7 años
config Add style to config; minor tweaks. hace 7 años
static Add link coloring to styles. hace 7 años
templates Add EVE date to footer. hace 7 años
.gitignore Restructure template inheritance and add sample config. hace 7 años
LICENSE Flask basics, style. hace 7 años
README.md Restructure template inheritance and add sample config. hace 7 años
app.py Restructure template inheritance and add sample config. hace 7 años
requirements.txt Update styles, flesh out more. hace 7 años

README.md

calefaction

calefaction is a corporation manager and dashboard for the video game EVE Online.

Guide

Install

git clone git@github.com:earwig/calefaction.git
cd calefaction
python3 -m venv venv
. venv/bin/activate
pip install -r requirements.txt

Setup

cp config.yml.sample config.yml
vim config.yml
...

Test

./app.py
# go to http://localhost:8080

Deploy

...