A clone of the Darth shop built using PrestaShop v1.7.8.11.
- Prestashop 1.7.8.11
php:7.4mariadb:11.5Python 3SeleniumDocker
git clone https://github.com/imwrdo/darth-shop.git
cd darth-shopRun this command to start docker containers
docker-compose up -d
To stop containers use docker-compose down
All scripts for creating and loading db backups are in scripts directory.
Add executable rights for them
chmod +x scripts/
Load backup
./scripts/load_backup.sh ./backups/final_backup.sql
Backups are stored in backups dir.
Create backup
./scripts/create_backup.sh ./backups/final_backup.sql