This is a shopware custom driver for valet additionally shipped with a build file to automate install process of shopware in general.
Your host need to have the following packages:
- valet (with all his deps)
- ant (for shopware)
The shipped build.sh file contains database credentials, adjust to your needs.
- Just clone this repository to your local Workspace.
- Symlink the driver to your valet install dir e.g.:
cd ~/.valet/Drivers
ln -s ~/Workspace/shopwaredrivervalet/ShopwareValetDriver.php .
- Copy the shipped build.sh file to your shopware directory
cp ~/Workspace/shopwarevaletdriver/build.sh ~/Workspace/shopware-5.2.24/
- run the build file to install shopware and load the images
~/Workspace/shopware-5.2.24/build.sh
- Open e.g. http://shopware-5.2.24.dev/ (depends on your valet config) and you're done.