Commanding Chaos for Coworking, Open Source and Creative Communities

deployment

Hook Update Deploy Tools | Drupal.org

Sat, 03/05/2016 - 10:55 -- rprice

Drupal provides its own functions for enabling modules or reverting features, however, most of them run silently without feedback so they are inappropriate for use in hook_update_N because they do not provide any feedback as to what is happening and whether it was a success or failure. This module gives voice to many of those functions. Every method that can be used within a hook_update_N() includes detailed feedback and logging of what was attempted and what the results were. Updates are Failed if the requested operation was not successful so that they can be run again, or re-worked.

drupaleasypodcast
php
deployment

Hook Update Deploy Tools | Drupal.org

Sat, 03/05/2016 - 10:55 -- rprice

Drupal provides its own functions for enabling modules or reverting features, however, most of them run silently without feedback so they are inappropriate for use in hook_update_N because they do not provide any feedback as to what is happening and whether it was a success or failure. This module gives voice to many of those functions. Every method that can be used within a hook_update_N() includes detailed feedback and logging of what was attempted and what the results were. Updates are Failed if the requested operation was not successful so that they can be run again, or re-worked.

drupaleasypodcast
php
deployment

Hook Update Deploy Tools | Drupal.org

Sat, 03/05/2016 - 10:55 -- rprice

Drupal provides its own functions for enabling modules or reverting features, however, most of them run silently without feedback so they are inappropriate for use in hook_update_N because they do not provide any feedback as to what is happening and whether it was a success or failure. This module gives voice to many of those functions. Every method that can be used within a hook_update_N() includes detailed feedback and logging of what was attempted and what the results were. Updates are Failed if the requested operation was not successful so that they can be run again, or re-worked.

drupaleasypodcast
php
deployment

Goodbye Drush Make, Hello Composer! | Lullabot

Mon, 11/02/2015 - 08:15 -- rprice

Commit the composer.json changes to the repo. The files downloaded by Composer do not need to be added to the repo. You’ll see a .gitignore file that keeps them out (this was added as a part of the composer packaging). Only composer.json, .gitignore, code in /web/modules/custom and the content of the /web/sites subdirectory (other than the files directory) will be stored in the git repository.

drupaleasypodcast
drupal8
install_profile
git
deployment

Goodbye Drush Make, Hello Composer! | Lullabot

Mon, 11/02/2015 - 08:15 -- rprice

Commit the composer.json changes to the repo. The files downloaded by Composer do not need to be added to the repo. You’ll see a .gitignore file that keeps them out (this was added as a part of the composer packaging). Only composer.json, .gitignore, code in /web/modules/custom and the content of the /web/sites subdirectory (other than the files directory) will be stored in the git repository.

drupaleasypodcast
drupal8
install_profile
git
deployment

A Content Staging Solution for Drupal 8 (and more)

Tue, 04/21/2015 - 09:43 -- rprice

The content staging solution for Drupal 8 is based on a re-designed version of the Deploy module. This solution consists of some contrib modules and depends on three Drupal core modules. The core dependencies are Entity API, Serialization and Restful Web Services. The contributed module dependencies are Relaxed Web Services, Multiversion, Key-value Extensions and (soon) Deploy. The Relaxed Web Services module provides a Restful/Relaxed JSON API and endpoints for entities, file attachments, administrative tasks like revisions comparison, starting/stopping replication, etc.

drupaleasypodcast
drupal8
content
deployment
workflow

Features Tools | Drupal.org

Mon, 09/08/2014 - 14:08 -- rprice

The main goal of this tool is to give the ability to remove elements from a feature and put them back to the DB. It adds a "Safe Create Feature" button to the recreate feature form, which detects the element that has been removed from the feature and saves them in an unlink file. In order to save the elements to the DB you need to go to the admin/build/features/unlink page, check the element you need to import and submit.

drupaleasypodcast
features
deployment

Features driven development -- the nitty gritty and thoughts on the future of sustainable "in code" development | aWebFactory

Thu, 02/02/2012 - 06:56 -- rprice

Modern multitier software architecture allows us to separate concerns when we are building a web application. For example, when there is a request to visualize a content item in Drupal, the request is handed off to a logical handler (module), which should be using some kind of API to read the necessary data from the database. And once it has assembled that data it should invoke the theming engine and its current theme in order for the final output to be rendered all ready to be sent back to the browser that made the request in the first place.

guides
agile
git
drush
deployment
development
features
drupaleasypodcast
Drupal

Pages

Subscribe to RSS - deployment