Skip to content

Automate your SilverStripe install, DB setup, host entries, build in just one command!

License

Notifications You must be signed in to change notification settings

codebunch/silverstripe-quick-installer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

silverstripe-quick-installer

Introduction

Automate your SilverStripe install, DB setup, hosts file entry, build in just one command!

Please note this script is intended for MAMP & Mac users only. Script and file path changes required for Windows/Linux machines.

Windows & XAMPP users can use GIT bash for executing the script. Make sure to update file paths. You may need to add mysql $PATH to GIT bash. You can find reference to do this in the below link

https://stackoverflow.com/questions/11801941/git-bash-on-windows-7-mysqldump-command-is-not-working

Requirements

  • MAMP
  • Composer
  • PHP

Installation

Download quick.sh

Place it in htdocs folder

example - 
/Applications/MAMP/htdocs/

Execution

./quick.sh DirectoryName SilverStripeVersion DBName mysqlUser mysqlPassword hostName

example -
./quick.sh trynew 4.2.1 newdb root root trynew.localhost

Screenprints

Screenprints

Screenprints

Screenprints

Contributing

Your contributions are most welcome!

  • use the project for your business
  • star the project
  • report issues to the project issues page
  • README & documentation enhancement (via PR)
  • new feature or bug fixing via a PR

About

Automate your SilverStripe install, DB setup, host entries, build in just one command!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages