Drupal: Difference between revisions

From Freephile Wiki
adds todo
No edit summary
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[File:Druplicon.vector.svg|right|link=Category:Drupal|Druplicon|240px]]
<i class="fa fa-pull-left fa-5x fa-drupal" aria-hidden="true"></i>Web Applications


See the [[Drupal/cheatsheet]]
{{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.


See also [[Using git with drupal]]
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.


== Upgrade ==
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]
You need to upgrade Drupal like you brush your teeth... at least once or twice a day.
{{#ev:youtube|https://www.youtube.com/watch?v=p44qzbNvxi0}}


<source lang="bash">
cd /var/www/equality-tech.com/www/drupal
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>
== Theming ==
{{@todo}} It's time for a new look. Install the bootstrap theme and create a fresh new look for eQuality-Tech.com; redesigning the site content and layout to update the message, branding and identity http://drupal-bootstrap.org/api/bootstrap/docs%21Getting-Started.md/group/getting_started/7


[[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