Skip to content

Latest commit

 

History

History
48 lines (18 loc) · 654 Bytes

upgrade.md

File metadata and controls

48 lines (18 loc) · 654 Bytes
title
Update without Docker-Compose Stack

Step 1 - Update LIVCK

If you installed the software without Docker, you've come to the right place.

The whole thing takes a few minutes and is very easy to understand.

cd /var/www/livck

This step can take a few minutes

php artisan update

Step 2 - Correcting file permissions

After successfully updating the software, we should set the required rights again

chmod -R gu+w storage/ && chmod -R guo+w storage/ && chmod -R gu+w bootstrap/cache/ && chmod -R guo+w bootstrap/cache/