Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 695 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 695 Bytes

CMDR Log

An Elite Dangerous event logger.

Works with cmdr-log-cli, which reads the player log and sends the data to the rails app.

Set up

This is a work in progress. Both applications need to be installed locally and can only be used in a dev environment.

  1. Install ruby 2.4 locally
  2. gem install bundle
  3. Download this repository, rake db:migrate RAILS_ENV=test
  4. 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.

  1. Install cmdr-log-cli locally.