Skip to content

Latest commit

 

History

History
45 lines (37 loc) · 1.8 KB

README.md

File metadata and controls

45 lines (37 loc) · 1.8 KB

Elite Tracker

Elite Tracker is a group community tool for Elite Dangerous. It is built on ASP.NET MVC and powered by RavenDB. To run this you'll need a RavenDB license. Please contact them for an open source license.

Features

Solar systems
  • Track influence over time. Graphs included
  • Add coordinates to list other systems by distance
  • Comments
  • Add market data. Can be imported from Cmdr's log
Tasks
Create tasks that commanders can sign up for.
  • Create tasks like "Recon expansion for LHS 3447"
  • Prioritized
  • Commanders can sign up for tasks
  • Comments
Commanders
  • Profile page
  • Ships
Resources
Common articles that anyone can edit.
  • Tracks changes
  • Comments

Requirements

Needs to be hosted on a windows machine running IIS and ASP.NET 4.

Installation

Compile project. Visual studio prefered. Setup website in IIS and copy over the necessary files. In web.config change app setting "installation" to "1". Open web site in a browser. As long as installation is set to "1" and there are no users the first login will create a user.

Restore data from backup

If you need to restore data from an existing installation go ahead with the "Installation" above. But instead of logging in you first need to set the app setting "jobkey" to a password like string. Then call http://yoursite/data/restore?key=jobkey&path=relative_path_to_backup_file

Backup

Backups can be made by calling http://yoursite/job/backup/?key=jobkey where jobkey is set in web.config. Backup will be created at the location indicated in the web.config app setting "BackupPath". Existing backup will be overwritten.