Lyndaria | Install

Cause: Storage directory not writable. Fix:

sudo chown -R www-data:www-data /var/www/lyndaria/storage
sudo chmod -R 775 /var/www/lyndaria/storage

Create a cron job to back up the database daily: lyndaria install

(crontab -l 2>/dev/null; echo "0 2 * * * /usr/bin/mysqldump --single-transaction lyndaria_db > /backups/lyndaria_db_$(date +\%Y\%m\%d).sql") | crontab -

git clone https://github.com/lyndaria/docker-lyndaria.git
cd docker-lyndaria
docker-compose up -d

This spins up containers for Lyndaria, MySQL, and Redis automatically. Cause: Storage directory not writable

A successful Lyndaria install is only half the battle. You must now secure and optimize the system. Create a cron job to back up the