This is a small shell script to set up silverstripe CMS
along with some modules i often use (as seen in ivo’s post)
The script has two parameters:
– the folder to clone the whole thing into
– the branch/tag to checkout afterwards
# install silverstripe + common modules from github # usage sh install_silverstripe.sh <folder_name> <tag/branch> # examples: # sh install_silverstripe.sh some_folder tags/2.4.5 # sh install_silverstripe.sh some_folder master
Continue reading “install silverstripe with some modules from GIT”