You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 6, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+12-11Lines changed: 12 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,18 @@
3
3
4
4
Exceptionless User Interface
5
5
6
+
## Using Exceptionless
7
+
8
+
Refer to the Exceptionless documentation here: [Exceptionless Docs](http://docs.exceptionless.io)
9
+
10
+
## Hosting Options
11
+
12
+
1. We provide very reasonably priced hosting at [Exceptionless](http://exceptionless.io). By using our hosted service, you are supporting the project and helping it get better! We also provide set up and support services.
13
+
2. If you would rather host Exceptionless yourself, you will need to follow these steps:
14
+
1.[Download and and extract the latest release](https://github.com/exceptionless/Exceptionless.UI/releases).
15
+
2. Update the `app.config.*.js` file with your settings.
16
+
3. Host on any web server!
17
+
6
18
## Getting Started (Development)
7
19
8
20
_NOTE: If you simply want to use Exceptionless, just go to [http://exceptionless.io](http://exceptionless.io) and signup for a free account and you will be up and running in seconds._
@@ -21,14 +33,3 @@ bower install
21
33
```javascript
22
34
grunt serve
23
35
```
24
-
## Using Exceptionless
25
-
26
-
Refer to the Exceptionless documentation here: [Exceptionless Docs](http://docs.exceptionless.io)
27
-
28
-
## Hosting Options
29
-
30
-
1. We provide very reasonably priced hosting at [Exceptionless](http://exceptionless.io). By using our hosted service, you are supporting the project and helping it get better! We also provide set up and support services.
31
-
2. If you would rather host Exceptionless yourself, you will need to follow these steps:
32
-
1.[Download and and extract the latest release](https://github.com/exceptionless/Exceptionless.UI/releases).
33
-
2. Update the `app.config.*.js` file with your settings.
0 commit comments