This application manages moon-mining revenue and invoicing for EVE Online corporations and alliances.
- PHP 7.1+
- MySQL
- Run
composer install
to install backend dependencies - Run
npm install
to install frontend dependencies - Run
php artisan migrate
to create the database tables - Rename the
.env.example
file to.env
and add values for your application ID and secret, chosen prime character (must have director role within the corporation) and alliance, and whitelisted alliances/corporations
- Run
php artisan queue:work
to start the job queue process. See the Laravel documentation on Queues for more information on how to use Supervisor to manage job queues. - Have your primary user login to the application. They must have director roles within the corporation that owns your refineries in order to retrieve citadel information.
- Manually add the primary user's ID to the
whitelist
table. They can now log in to view the application and authorise any other users.
You will need to import the following EVE dump tables into your database. They can be downloaded from Fuzzworks.
- invTypes
- invTypeMaterials
- mapSolarSystems
- mapRegions
This application is open-sourced software licensed under the MIT license.