/Exceptionless.UI

Exceptionless User Interface

Primary LanguageJavaScriptApache License 2.0Apache-2.0

Exceptionless.UI

Build status ![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.

  1. You will need to clone this repo.
  2. Install grunt and the development dependencies using npm.
npm install -g grunt-cli
npm install
  1. Download the JavaScript dependencies by running the following bower command.
bower install
  1. 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

  1. 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.
  2. If you would rather host Exceptionless yourself, you will need to follow these steps:
  3. Download and and extract the latest release.
  4. Update the app.config.*.js file with your settings.
  5. Host on any web server!