Skip to content
This repository has been archived by the owner on Oct 18, 2021. It is now read-only.

bravecollective/neucore-timerboard

 
 

Repository files navigation

EVE Online TimerBoard

Install

  • Copy .env.dist to .env and adjust values or set the corresponding environment variables in another way.
  • Execute composer install
  • Create or update the database schema:
    • backup your database
    • run composer db:update
  • Import scripts/systems.sql

Set the php.ini settings log_errors and error_log to log errors.

Rebuild Frontend

  • Execute npm install

Heroku

  • Add build packs:
heroku buildpacks:add heroku/php
heroku buildpacks:add heroku/nodejs

Releases

No releases published

Packages

No packages published

Languages

  • PHP 91.2%
  • JavaScript 5.2%
  • HTML 2.4%
  • Other 1.2%