panshuiqing / Exceptionless.UI

Exceptionless web user interface

Home Page:http://exceptionless.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Exceptionless.UI

Build status Slack Status Donate

Exceptionless User Interface

Using Exceptionless

Refer to the Exceptionless documentation wiki.

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 the self hosting documentation.

Contributing

In appreciation for anyone who submits a non-trivial pull request, we will give you a free Exceptionless paid plan for a year. After your pull request is accepted, simply send an email to team@exceptionless.io with the name of your organization and we will upgrade you to a paid plan.

Please read the contributing document and follow the steps below to start configuring your Exceptionless development environment.

  1. You will need to clone this repo.

  2. Install grunt and the development dependencies using npm.

    npm install -g grunt-cli
    npm install -g bower
    npm install
  3. Download the JavaScript dependencies by running the following bower command.

    bower install
  4. Start a web server and view it on http://localhost:9001 by running the following grunt command.

    grunt serve

About

Exceptionless web user interface

http://exceptionless.com

License:Apache License 2.0


Languages

Language:JavaScript 57.7%Language:HTML 30.5%Language:CSS 11.4%Language:Shell 0.3%