Keeping a PaaS product online at all times comes with a high level of responsibility. In early 2024 we set up a proof of concept setup with Cloudflare, which would allow us to make a significant ongoing cost saving whilst also playing with some really cool APIs.
Published in:
#Drupal Planet
#Aegir
#automation
A common requirement for any website that sells products is to have a mechanism in place that ensures orders placed on the website are 'Exportable' - being made available as a file that can be sent across to a different system, to handle the processing of the order. The Drupal Commerce 2.x module (for Drupal 9, 10) has the concept of order 'Workflows', along with defined 'States' and 'Transitions'. A workflow is a set of...
Published in:
#Drupal Planet
#Modern Drupal
#Drupal 10
#ecommerce
#automation
We're not sure what to do with these: we've written two simple Drush scripts for exporting content types and views. Saving us from having to navigate a few pages and precious seconds. Download them and pop them somewhere Drush can find them, a good candidate would be in ~/.drush Then you can run them by typing: drush export view <view_name> or drush export content type <type_name> You should now either have an error message or...
Published in:
#automation
#CCK
#Drupal Planet
#drush
#Drupal views