Extra apps for the GETIN EVE alliance
Additional web apps for the GETIN EVE alliance.
Feature areas:
The wiki functions like a simple but easy-to-use wiki. The fits is a subset of that functionality, specifically for posting ship fittings and descriptions about them.
This app uses Python (Flask) for the server, with several extensions, and JavaScript (Vue.js) for the client.
cd server && virtualenv env && source env/bin/activate && pip install -r requirements.txt
)cd client && yarn
or cd client && npm i
)cp server/config.example.cfg server/config.cfg
) and populate it with a secret key and the EVE Devs app info.cd server && ./flask_debug.sh
cd client && yarn dev
or cd client && npm run dev
cd client && yarn build
or cd client && npm run build
)cd server && ./gunicorn_run.sh