mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-02 06:26:16 +00:00
use redis for queues, sessions and cache (#618)
This commit is contained in:
@ -108,6 +108,12 @@ sed -i "s/post_max_size = .*/post_max_size = 1G/" /etc/php/${V_PHP_VERSION}/fpm/
|
||||
curl -sS https://getcomposer.org/installer -o composer-setup.php
|
||||
php composer-setup.php --install-dir=/usr/local/bin --filename=composer
|
||||
|
||||
# redis
|
||||
apt install redis-server -y
|
||||
service redis enable
|
||||
service redis start
|
||||
|
||||
|
||||
# setup website
|
||||
export COMPOSER_ALLOW_SUPERUSER=1
|
||||
export V_REPO="https://github.com/vitodeploy/vito.git"
|
||||
|
Reference in New Issue
Block a user