Bash script to install Spryker demo shop and select either production or development mode.
You are invited to further develop and contribute to this very simple and unfinished script. Thank you!
Watch out! When the script runs, all running Docker containers will be stopped
Clone the Repository:
$ git clone https://github.com/svenadler-diva-e/spyinstall.git
Ignore prespy.sh for now and make spyinstall.sh executable with:
$ chmod +x spyinstall.sh
Now you can run the script with either
$ sh spyinstall.sh -p for production mode
or
$ sh spyinstall.sh -d for development mode
Then use
$ docker/sdk up to start the application.
Go to http://spryker.local/ and select the desired link.