Skip to content

Commit 23e5d20

Browse files
committed
Added clarity in some sections
1 parent 9ca9db3 commit 23e5d20

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

INSTALL.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ git clone https://github.com/diskoverdata/diskover-community.git
1515

1616
- See [Releases](https://github.com/diskoverdata/diskover-community/releases) to download latest stable version in zip or tar format.
1717
- Diskover Community Edition v2.3 linuxserver.io Docker container. Download on [Docker Hub](https://hub.docker.com/r/linuxserver/diskover) or [Github](https://github.com/linuxserver/docker-diskover).
18-
- Diskover Community Edition v2.2 on [AWS Marketplace](https://aws.amazon.com/marketplace/pp/prodview-ahatamjklfgk4?sr=0-1&ref_=beagle&applicationId=AWSMPContessa)
18+
- Diskover Community Edition v2.3 on [AWS Marketplace](https://aws.amazon.com/marketplace/pp/prodview-ahatamjklfgk4?sr=0-1&ref_=beagle&applicationId=AWSMPContessa)
1919

2020
## Supported Operating Systems
2121

@@ -78,7 +78,7 @@ xpack.ml.enabled: false (disable machine learning functional
7878
🔴 ES memory lock:
7979

8080
```
81-
vi /etc/elasticsearch/jvm.options
81+
vi /etc/elasticsearch/jvm.options.d/jvm.options
8282
```
8383

8484
🔴 Ensure the JVM args are uncommented and set to 1/2 of your available RAM:
@@ -176,6 +176,8 @@ cp /opt/remi/php84/root/usr/share/doc/php84-php-common/php.ini-production /etc/o
176176
* This copy command may differ depending on your PHP8 install directory location
177177
* If this does not work, the below commands can be used to find the files that you need to copy
178178

179+
* Quick way to find your PHP install directory location: `php84 -i | grep 'Configuration File'`
180+
179181
find / -mount -name php.ini-production
180182
-- /opt/remi/php84/root/usr/share/dovi /etc/php84-php-common/php.ini-production
181183
find / -mount -name php.ini

0 commit comments

Comments
 (0)