fix: [doc] composer update missing

pull/5425/head
Steve Clement 2019-11-22 11:17:02 +09:00
parent 8438db4565
commit 8415b69c68
No known key found for this signature in database
GPG Key ID: 69A20F509BE4AEE9
1 changed files with 3 additions and 2 deletions

View File

@ -1,12 +1,12 @@
# INSTALLATION INSTRUCTIONS
## for Debian 10.1 "buster"
## for Debian 10.2 "buster"
### 0/ MISP debian stable install - Status
------------------------------------
!!! notice
This is mostly the install [@SteveClement](https://twitter.com/SteveClement) uses for testing, qc and random development.
Maintained and tested by @SteveClement on 20191016
Maintained and tested by @SteveClement on 20191122
!!! warning
PHP 7.3.4-2 is not working at the moment with the packaged composer.phar<br />
@ -202,6 +202,7 @@ $SUDO_WWW php -r "if (hash_file('SHA384', 'composer-setup.php') === 'a5c698ffe4b
$SUDO_WWW php composer-setup.php
$SUDO_WWW php -r "unlink('composer-setup.php');"
$SUDO_WWW php composer.phar install
$SUDO_WWW php composer.phar update
# Enable CakeResque with php-redis
sudo phpenmod redis