Skip to content
This repository has been archived by the owner on Mar 26, 2020. It is now read-only.

Latest commit

 

History

History
24 lines (17 loc) · 596 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 596 Bytes

deploy-scripts

Some deployment scripts

Instructions

Clone with --recurse option

git clone --recurse [email protected]:NITEMAN/deploy-scripts.git

or initialite submodules after clonning

git clone [email protected]:NITEMAN/deploy-scripts.git
cd deploy-scripts
git submodule update --init --recursive

TODO

  • FIX APACHE2CTL
  • Add CONF_OVERWRITE support for non drupal scripts
  • Add symlink support for non drupal deployments
  • Add registry_rebuild as submodule (https://drupal.org/project/registry_rebuild) (drush --include=pathamiregistryrebuid rr)