A corporation manager and dashboard for EVE Online
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

vor 9 Jahren
vor 7 Jahren
vor 9 Jahren
vor 9 Jahren
12345678910111213141516171819202122232425262728293031
  1. calefaction
  2. ===========
  3. __calefaction__ is a corporation manager and dashboard for the video game
  4. [EVE Online](https://www.eveonline.com/).
  5. Guide
  6. -----
  7. ### Install
  8. git clone git@github.com:earwig/calefaction.git
  9. cd calefaction
  10. python3 -m venv venv
  11. . venv/bin/activate
  12. pip install -r requirements.txt
  13. ### Setup
  14. cp config.yml.sample config.yml
  15. vim config.yml
  16. ...
  17. ### Test
  18. ./app.py
  19. # go to http://localhost:8080
  20. ### Deploy
  21. ...