Drupal: Difference between revisions

From Freephile Wiki
No edit summary
No edit summary
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
See the [[Drupal/Cheatsheet]]
<i class="fa fa-pull-left fa-5x fa-drupal" aria-hidden="true"></i>Web Applications


See also [[Using git with drupal]]
{{CompanyName}} founder and principal consultant Greg Rundlett has been working with Drupal since the beginning of Drupal. What is Drupal? The free software Content Management System (CMS) that delivers for many of the top websites in the world, including the most recognizable brands and institutions globally.


== Upgrade ==
Aquia is the Boston company behind Drupal. While you can go directly to them for your Drupal needs, you are also free to build a relationship with us at eQuality Technology. The product cost is the same (free). We offer a more agile and responsive customer experience.
You need to upgrade Drupal like you brush your teeth... at least once or twice a day.


<source lang="bash">
Check out Dries in April 2025 using Claude Code to do AI-assisted Drupal development (without an IDE!). He got Claude to refactor constructors and convert PHP DocBlock annotations to PHP attributes, then run [[PHPStan]] on the changes. From the [https://dri.es/claude-code-meets-drupal blog]
cd /var/www/equality-tech.com/www/drupal
{{#ev:youtube|https://www.youtube.com/watch?v=p44qzbNvxi0}}


drush vset maintenance_mode 1
~/bin/backup.db.sh civicrm
~/bin/backup.db.sh drupal
cp .htaccess .htaccess.mine
drush up
mv .htaccess.mine .htaccess
drush vset maintenance_mode 0
</source>


[[Category:CMS]]
[[Category:CMS]]
[[Category:Drupal]]
[[Category:Drupal]]

Latest revision as of 19:16, 17 April 2025

Web Applications

eQuality Technology founder and principal consultant Greg Rundlett has been working with Drupal since the beginning of Drupal. What is Drupal? The free software Content Management System (CMS) that delivers for many of the top websites in the world, including the most recognizable brands and institutions globally.

Aquia is the Boston company behind Drupal. While you can go directly to them for your Drupal needs, you are also free to build a relationship with us at eQuality Technology. The product cost is the same (free). We offer a more agile and responsive customer experience.

Check out Dries in April 2025 using Claude Code to do AI-assisted Drupal development (without an IDE!). He got Claude to refactor constructors and convert PHP DocBlock annotations to PHP attributes, then run PHPStan on the changes. From the blog