The homepage for EVE Online corporations The Order of Autumn & Autumn Highsec Division, part of Black Rose alliance & Phoenix Coalition.
This is a fullstack Rust application built using Dioxus.
For contributions & development instructions please see CONTRIBUTING.md.
Ensure your server has plenty of resources to build the application, since it is written in Rust the application will need to compile first. If you are constrained on server resources consider building the application on your local computer first and then pushing the built docker image to the server.
Docker is the recommended and easiest approach for running this application in production.
- Install docker for your respective operating system: https://docs.docker.com/engine/install/
Running the Application
- Copy
.env.exampleto.envand set theESI_CONTACT_EMAILvariable to your contact email for ESI requests. - Run the application using
docker-compose up -d
