Skip to content

henrijs/dbuild

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

This is custom drupal buildscript.

Basic usage:

/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.

Setup:

Create and set up new settings file:

cp conf/global.settings.php conf/your_site_name.settings.php

Tell script that that should be this file to use.

export WKV_SITE_ENV=your_site_name

Run the script:

./build.sh new

To-do

  • 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

About

Drupal buildscript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published