No nginx/apache webserver. Internal php-server and a running script.
- Clone current repository
git clone https://github.com/demollc/docker-webasyst.git
- Clone Webasyst Framework repository to subfolder
webasyst
.cd webasyst git clone https://github.com/webasyst/webasyst-framework.git .
- Copy or move wa-config folder to
webasyst/wa-config
. It will add default config files.cd .. cp -r wa-config/* webasyst/wa-config/
- From main folder execute
This will download and execute containers.
docker-compose up
- The site should be available on http://localhost/
If you have access to Shop-Script repository, you can add it to the folder webasyst
git clone git@github.com:webasyst/shop-script.git wa-apps/shop