An Elite Dangerous event logger.
Works with cmdr-log-cli, which reads the player log and sends the data to the rails app.
This is a work in progress. Both applications need to be installed locally and can only be used in a dev environment.
- Install ruby 2.4 locally
gem install bundle
- Download this repository,
rake db:migrate RAILS_ENV=test
rails test
If the tests pass, the server can be run (after migration) with rails s
, as
usual, and will be available at localhost:3000.
- Install cmdr-log-cli locally.