Running this project supposes that you have the coopcycle-web project running. If you don't you will need to create a Docker network manually.
docker network create coopcycle-web_default
After this you will be able to execute the following commands.
docker-compose -f docker-compose-prestashop.yml up
Then go to localhost:8082
make release-prestashop VERSION=<version>
docker-compose -f docker-compose-wordpress.yml up
Then go to localhost:8083
You can use the following credentials to login as an administrator:
- Username: admin
- Password: admin
make release-wordpress VERSION=<version>