Giter Site home page Giter Site logo

1adog1 / eve-overseer Goto Github PK

View Code? Open in Web Editor NEW
0.0 3.0 2.0 3.74 MB

Eve Overseer is a participation tracking application designed for use with Brave Neucore. It gives real-time statistics when hosting fleets, and stats on the fleet and player level for previous fleets. It can also track participation for core accounts and individual players alike.

License: MIT License

Python 17.44% PHP 46.41% JavaScript 35.56% CSS 0.49% Hack 0.06% Shell 0.04%

eve-overseer's Introduction

Eve Overseer

Ever Overseer is a participation tracking application designed for use with Brave Neucore. It gives real-time statistics when hosting fleets, and stats on the fleet and player level for previous fleets. It can also track participation for core accounts and individual players alike.

Requirements

  • Apache ≥ 2.4
  • PHP ≥ 7
    • The pdo_mysql Extension
    • The curl Extension
    • The php_openssl.dll Extension
  • Python ≥ 3.5
  • An SQL Server
    • If you are using MySQL, the Authentication Method MUST be the Legacy Version. PDO does not support the use of caching_sha2_password Authentication.
  • A Neucore Application
    • The application needs the app-chars and app-groups roles added, along with any groups that you want to be able to host fleets or view participation data.
  • A Registered Eve Online Application.

Webapp Setup

  • Setup the Configuration File in /config/config.ini as needed.
  • If you need to move this file you'll need to change the path it's accessed from in /config/config.php
  • Ensure Apache is configured to allow .htaccess files with use of the rewrite engine.
  • Ensure Apache is configured to allow https connections.
  • Ensure PHP is configured to allow .user.ini files.
  • Set /public as Document Root in Apache.
  • Once the Webapp has started, use the Admin page as a Super Admin to configure core group permissions.

Checker Setup

The checker is responsible for tracking fleet data in real time.

  • After setting up the /config/config.ini file and connecting to the webapp at least once, you can run /checker/automaticallyRunChecks.py to begin tracking fleet data.
  • Starting the tracker before connecting to the webapp will cause errors until the webapp is connected to, as the database is not yet generated.
  • If (and ONLY if) you can run a script every 15 seconds, to the second, then you can use /checker/manuallyRunChecks.py. Runs of this script MUST start exactly 15 seconds apart, regardless of the status of previous runs.

Cronjob Setup

The cronjob is used to translate fleet stats into participation stats. It links players to core accounts and bases participation off this data. This can take several hours to run and so you should probably only run this once or twice a day.

  • After setting up the /config/config.ini file and connecting to the webapp at least once, you can run /cronjob/cronChecks.py as a cronjob to update participation data.

To Deploy the Checker and Cronjob to Separate Servers

In the event that it's not easy to deploy the entire app to one server, the Python-Based Cronjob and Checker can be transferred to another server by following the instructions below:

  • Make sure to copy the /config/config.ini file along with the /resources/data/geographicInformation.json /resources/data/aggregateTypes.json and /resources/data/TypeIDs.json files somewhere python can access them after they've been setup.
  • Move the /checker and /cronjob folders to wherever you'll be running them from.
  • In /cronjob/cronChecks.py and /checker/checker.py change the configPathOverride variable to an absolute path where your copy of config.ini being stored, and dataPathOverride to an absolute path where your three .json file copies are being stored.

Credits

  • Icons used across the webapp are from the Octicon project by GitHub.

eve-overseer's People

Contributors

1adog1 avatar tkhamez avatar

Watchers

James Cloos avatar  avatar  avatar

Forkers

bravecollective

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.