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.
- 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
Create tasks that commanders can sign up for.
- Create tasks like "Recon expansion for LHS 3447"
- Prioritized
- Commanders can sign up for tasks
- Comments
Common articles that anyone can edit.
Needs to be hosted on a windows machine running IIS and ASP.NET 4.
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.
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
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.