mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-02 22:46:16 +00:00
use redis for queues, sessions and cache (#618)
This commit is contained in:
@ -58,6 +58,7 @@ chown -R www-data:www-data /var/www/html \
|
||||
&& chmod -R 755 /var/www/html/storage /var/www/html/bootstrap/cache
|
||||
service php8.4-fpm start
|
||||
|
||||
service redis-server start
|
||||
service nginx start
|
||||
|
||||
php /var/www/html/artisan migrate --force
|
||||
|
Reference in New Issue
Block a user