Skip to content

Small Bash script to install Spryker demo shop and select either production or development mode.

Notifications You must be signed in to change notification settings

svadl/spyinstall

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

spyinstall

GitHub top language GitHub code size in bytes GitHub repo file count

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!

Installation

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.

About

Small Bash script to install Spryker demo shop and select either production or development mode.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages