Update aerospike installation instructions (#1635)
This commit is contained in:
parent
11912055ec
commit
bc27e96337
@ -1299,32 +1299,16 @@ You are free to modify the `aliases.sh` as you see fit, adding your own aliases
|
|||||||
|
|
||||||
1 - First install `aerospike` in the Workspace and the PHP-FPM Containers:
|
1 - First install `aerospike` in the Workspace and the PHP-FPM Containers:
|
||||||
<br>
|
<br>
|
||||||
a) open the `docker-compose.yml` file
|
a) open the `.env` file
|
||||||
<br>
|
<br>
|
||||||
b) search for the `INSTALL_AEROSPIKE` argument under the Workspace Container
|
b) search for the `WORKSPACE_INSTALL_AEROSPIKE` argument under the Workspace Container
|
||||||
<br>
|
<br>
|
||||||
c) set it to `true`
|
c) set it to `true`
|
||||||
<br>
|
<br>
|
||||||
d) search for the `INSTALL_AEROSPIKE` argument under the PHP-FPM Container
|
d) search for the `PHP_FPM_INSTALL_AEROSPIKE` argument under the PHP-FPM Container
|
||||||
<br>
|
<br>
|
||||||
e) set it to `true`
|
e) set it to `true`
|
||||||
|
<br>
|
||||||
It should be like this:
|
|
||||||
|
|
||||||
```yml
|
|
||||||
workspace:
|
|
||||||
build:
|
|
||||||
context: ./workspace
|
|
||||||
args:
|
|
||||||
- INSTALL_AEROSPIKE=true
|
|
||||||
...
|
|
||||||
php-fpm:
|
|
||||||
build:
|
|
||||||
context: ./php-fpm
|
|
||||||
args:
|
|
||||||
- INSTALL_AEROSPIKE=true
|
|
||||||
...
|
|
||||||
```
|
|
||||||
|
|
||||||
2 - Re-build the containers `docker-compose build workspace php-fpm`
|
2 - Re-build the containers `docker-compose build workspace php-fpm`
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user