mirror of
https://github.com/manualdousuario/marreta.git
synced 2026-05-02 13:30:15 +00:00
migrado do redis para sqlite, no futuro tera rotinas para limpar caches
This commit is contained in:
parent
602fc277dd
commit
badd23ba7c
9 changed files with 192 additions and 147 deletions
|
|
@ -54,6 +54,7 @@ log_success "Environment variables configured"
|
|||
log_info "Adjusting directory permissions..."
|
||||
|
||||
mkdir -p /app/cache /app/logs # Ensures directories exist
|
||||
mkdir -p /app/cache/database
|
||||
chown -R www-data:www-data /app/cache /app/logs
|
||||
chmod -R 775 /app/cache /app/logs
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue