This is custom drupal buildscript.
/build.sh new
- Create a new fresh build ready for installation.
/build.sh update
- Update current build.
/build.sh purge
- Clean up the current build.
/build.sh clean
- Remove old builds.
Add new modules/libraries/themes in site.make file. Fork and update WK installation profile.
cp conf/global.settings.php conf/your_site_name.settings.php
export WKV_SITE_ENV=your_site_name
./build.sh new
- Fix sql dump in OSX during purge
- Built in backup script
- Run site installation after ./build.sh new
- Add some DB sync scripts and drush alias stub