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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ The definition of the word exceptionless is: to be without exception. [Exception
8
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
9
10
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`.
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
12
3. Open the `Exceptionless.sln` Visual Studio solution file.
13
13
4. Select `Exceptionless.Api` as startup projects.
14
14
5. Run the project by pressing `F5` to start the server.
0 commit comments