Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xenomedia/drush-project-starter
https://github.com/xenomedia/drush-project-starter
drupal drupal-7 drush starter starter-project
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/xenomedia/drush-project-starter
- Owner: xenomedia
- Created: 2016-08-24T12:48:37.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-10T22:05:57.000Z (almost 8 years ago)
- Last Synced: 2024-12-01T13:47:36.668Z (2 months ago)
- Topics: drupal, drupal-7, drush, starter, starter-project
- Language: PHP
- Size: 17.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# drush-project-starter for Drupal 7
## Install
download to sites/all/drush
edit:- aliases.drush.inc
+ setup $aliases['dev']
+ setup $aliases['stage']
+ Add other sites as needed i.e. $aliases['prod']
- croncheck.drush.inc
+ change email on croncheck.drush.inc:65
+ change URL on croncheck.drush.inc:100
+ change URL on croncheck.drush.inc:104 (2 instances)
+ change URL on croncheck.drush.inc:105 (2 instances)
- create patches.make in the root of your site (or edit drushrc.php and edit the location "$options['patch-file'] = 'patches.make';")
+ Add "api = 2"
+ Add "core = 7.x"## Optional reading
- [Drush Patch File](https://bitbucket.org/davereid/drush-patchfile)
- [Drupal, Drush aliases and how to use them](https://www.deeson.co.uk/labs/drupal-drush-aliases-and-how-use-them)
- [(go-local) This custom drush command will make you a better Drupal developer](https://www.thirdandgrove.com/this-custom-drush-command-will-make-you-a-better-drupal-developer)
- [Drush](http://www.drush.org/en/master/)