Drupal
Contents
About this page
This page is essentially a scratch space to collect notes about Drupal configuration and management.
Examples of the filesystem layout
Files, Libraries, Themes
./public_html/web/sites/default/files/ ./public_html/web/sites/all/libraries/ ./public_html/web/sites/all/themes/
DB
./public_html/web/sites/default/settings.php
DB maintenance
Example of a MySQL dump:
mysqldump eicugorg_eic_drupal -u myUser -p > mydump.sql