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
Copy file name to clipboardExpand all lines: README.md
+21-23Lines changed: 21 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,19 +3,6 @@
3
3
4
4
The definition of the word exceptionless is: to be without exception. [Exceptionless](http://exceptionless.io) provides real-time error reporting for your ASP.NET, Web API, WebForms, WPF, Console, and MVC apps. It organizes the gathered information into simple actionable data that will help your app become exceptionless!
5
5
6
-
## Getting Started (Development)
7
-
8
-
_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._
9
-
10
-
1. You will need to have [Visual Studio 2013](http://www.visualstudio.com/products/visual-studio-community-vs) installed.
11
-
2. Start `Elasticsearch`, and `MongoDB` by running `StartBackendServers.bat`. *Please ensure that [dynamic scripting is enabled in the elasticsearch.yml file](https://github.com/exceptionless/Exceptionless/blob/master/Libraries/elasticsearch.yml#L12).*
12
-
3. Open the `Exceptionless.sln` Visual Studio solution file.
13
-
4. Select `Exceptionless.Api` as startup projects.
14
-
5. Run the project by pressing `F5` to start the server.
15
-
6. (OPTIONAL) For a user interface you must also setup and configure the [Exceptionless.UI](https://github.com/exceptionless/Exceptionless.UI) project.
16
-
17
-
Alternatively, you can [watch this short YouTube video](http://youtu.be/wROzlVuBoDs) showing how to get started with the project.
18
-
19
6
## Using Exceptionless
20
7
21
8
Refer to the Exceptionless documentation here: [Exceptionless Docs](http://docs.exceptionless.io)
@@ -32,22 +19,24 @@ Refer to the Exceptionless documentation here: [Exceptionless Docs](http://docs.
32
19
6. Update the mail settings in the `Web.config` file.
33
20
7.[Configure your clients](http://docs.exceptionless.io/contents/configuration/#self-hosted-options) to send errors to your installation.
34
21
22
+
## Contributing
35
23
36
-
## How is Exceptionless licensed?
37
-
38
-
The Exceptionless server is licensed under GNU AGPL v3.0. The client libraries are licensed under Apache License v2.0.
39
-
40
-
We want Exceptionless to be free for those of you who want to host the application and data internally or just simply do not want to pay for a hosted account. Our hope is that by making the application free and open source that more people will be aware of it and use it which will indirectly result in more people using our hosted service.
24
+
Please read the [contributing document](https://github.com/exceptionless/Exceptionless/blob/master/CONTRIBUTING.md).
41
25
42
-
The server is licensed under the AGPL license to ensure that any modifications that are made will be contributed back to the community.
26
+
In appreciation for anyone who submits a non-trivial pull request, we will give you a free [Exceptionless](http://exceptionless.io) 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.
43
27
44
-
We chose to release the client libraries under Apache License v2.0 to remove any ambiguity as to the extent of the server license — you do not have to license any software that uses Exceptionless under AGPL and are completely free to use any licensing mechanism of your choice.
28
+
## Getting Started (Development)
45
29
46
-
## Contributing
30
+
_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._
47
31
48
-
Please read the [contributing document](https://github.com/exceptionless/Exceptionless/blob/master/CONTRIBUTING.md).
32
+
1. You will need to have [Visual Studio 2013](http://www.visualstudio.com/products/visual-studio-community-vs) installed.
33
+
2. Start `Elasticsearch`, and `MongoDB` by running `StartBackendServers.bat`. *Please ensure that [dynamic scripting is enabled in the elasticsearch.yml file](https://github.com/exceptionless/Exceptionless/blob/master/Libraries/elasticsearch.yml#L12).*
34
+
3. Open the `Exceptionless.sln` Visual Studio solution file.
35
+
4. Select `Exceptionless.Api` as startup projects.
36
+
5. Run the project by pressing `F5` to start the server.
37
+
6. (OPTIONAL) For a user interface you must also setup and configure the [Exceptionless.UI](https://github.com/exceptionless/Exceptionless.UI) project.
49
38
50
-
In appreciation for anyone who submits a non-trivial pull request, we will give you a free [Exceptionless](http://exceptionless.io) paid plan for a year. After your pull request is accepted, simply send an email to team@exceptionless.iowith the name of your organization and we will upgrade you to a paid plan.
39
+
Alternatively, you can [watch this short YouTube video](http://youtu.be/wROzlVuBoDs) showing how to get started with the project.
51
40
52
41
## Roadmap
53
42
@@ -60,6 +49,15 @@ We are currently in the planning process for 2.1. However, this is a list of hig
-[Let us know what you'd like us to work on!](https://github.com/exceptionless/Exceptionless/issues)
62
51
52
+
## How is Exceptionless licensed?
53
+
54
+
The Exceptionless server is licensed under GNU AGPL v3.0. The client libraries are licensed under Apache License v2.0.
55
+
56
+
We want Exceptionless to be free for those of you who want to host the application and data internally or just simply do not want to pay for a hosted account. Our hope is that by making the application free and open source that more people will be aware of it and use it which will indirectly result in more people using our hosted service.
57
+
58
+
The server is licensed under the AGPL license to ensure that any modifications that are made will be contributed back to the community.
59
+
60
+
We chose to release the client libraries under Apache License v2.0 to remove any ambiguity as to the extent of the server license — you do not have to license any software that uses Exceptionless under AGPL and are completely free to use any licensing mechanism of your choice.
0 commit comments