- see requirements.txt
run the load-eve-statics.sh
to load static data and icons from dev.eve
run the command flask init-db
to convert the downloaded data into sqlite and prepare it for later usage.
start to start n basic redis server using docker docker run --name optiplex-redis -p 6379:6379 -d redis
- REDIS_HOST=redis_db
- SECRET_KEY=dev
for now only development deployment without proper server. just build the docker like this:
docker build --tag optiplex:latest .
then run the docker or use docker-compose to use with traefik and redis