Exceptionless.UI
![Gitter](https://badges.gitter.im/Join Chat.svg)
Exceptionless User Interface
Getting Started
NOTE: If you simply want to use Exceptionless, just go to http://exceptionless.io and signup for a free account and you will be up and running in seconds.
npm install -g grunt-cli
npm install
- Download the JavaScript dependencies by running the following bower command.
bower install
- Start a web server and view it on
http://localhost:9001
by running the following grunt command.
grunt serve
Using Exceptionless
Refer to the Exceptionless documentation here: Exceptionless Docs
Hosting Options
- We provide very reasonably priced hosting at Exceptionless. By using our hosted service, you are supporting the project and helping it get better! We also provide set up and support services.
- If you would rather host Exceptionless yourself, you will need to follow these steps:
- Download and and extract the latest release.
- Update the
app.config.*.js
file with your settings. - Host on any web server!