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 Sep 20, 2023. It is now read-only.
There a few issues which need to be addressed.
The first being that the TOC is not up to date and several headings are not shown in the Table of Contents. I did not make that update.
Another is the section titled First Start (line # 226 through #330):
I made corrections to some of the text to help make the text easier to understand. However, after reading through the entire section it seems to be out of order. I would suggest further that the title be changed to something like "Launching the Application for the First Time" or "Initialize the Application".....
If you see as I do that this section and the guide in general is out of order. I would further suggest that you start with a Setup section.
Copy file name to clipboardExpand all lines: installation/install-guide.md
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -221,12 +221,12 @@ unzip thehive-latest.zip
221
221
ln -s thehive-x.x.x thehive
222
222
```
223
223
224
-
**Note**: if you would like to use pre-release, beta versions of and help us find bugs to the benefit of the whole community, please download `https://dl.bintray.com/thehive-project/binary/thehive-version-RCx.zip`. For example `https://dl.bintray.com/thehive-project/binary/thehive-3.1.0-RC1.zip`.
224
+
**Note**: If you would like to use pre-release, beta versions of and help us find bugs to the benefit of the whole community, please download `https://dl.bintray.com/thehive-project/binary/thehive-version-RCx.zip`. For example `https://dl.bintray.com/thehive-project/binary/thehive-3.1.0-RC1.zip`.
225
225
226
226
#### 5. First start
227
-
It is recommended to use a dedicated, non-privileged user account to start TheHive. If so, make sure that the chosen account can create log files in `/opt/thehive/logs`.
228
-
229
-
If you'd rather start the application as a service, use the following commands:
227
+
You may start the application by using creating a non-previlidged user account or starting the application as a service.
228
+
If you choose to start the application by creating a non-previlidged user account ensure that it can create log files in `/opt/thehive/logs`.
229
+
Or if you choose to start the application as a service, use the following commands:
Please note that the service may take some time to start. Once it is started, you may launch your browser and connect to `http://YOUR_SERVER_ADDRESS:9000/`.
266
268
267
-
Please note that the service may take some time to start.
268
-
269
269
The first time you connect you will have to create the database schema. Click "Migrate database" to create the DB schema.
@@ -279,7 +279,7 @@ Once created, you should be redirected to the login page.
279
279

280
280
281
281
**Warning**: at this stage, if you missed the creation of the admin account, you will not be able to do it unless you
282
-
delete TheHive's index from Elasticsearch. In the case you made a mistake, first find out what is the current index of TheHive by running the following command on a host where the Elasticsearch DB used by TheHive is located:
282
+
delete TheHive's index from Elasticsearch. In case you made this mistake, first find out what is the current index of TheHive by running the following command on a host where the Elasticsearch DB used by TheHive is located:
0 commit comments