- Docker, docker-compose
- Configured git crypt
- Configured git SSH keys for backup
=======
In all commands that have [DOCKER FILE] replace [DOCKER FILE] with local.yml for local testing and production.yml on production server.
We don't store backup on github now. With [BACKUP DIR] you can specify dir where you store backups.
git clone git@github.com:WitaminoweMisiaki/PrestaShop-Docker.git prestashop
cd prestashop
git-crypt unlock
sudo -E ./start.sh [DOCKER FILE] [BACKUP DIR]
sudo -E ./backup.sh [DOCKER FILE] [BACKUP DIR]