Drupal
Revision as of 21:41, 30 April 2019 by MaximPotekhin (talk | contribs) (→Examples of the filesystem layout)
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 and Libraries
./public_html/web/sites/default/files/ ./public_html/web/sites/all/libraries/
DB
./public_html/web/sites/default/settings.php
DB maintenance
Example of a MySQL dump:
mysqldump eicugorg_eic_drupal -u myUser -p > mydump.sql