Difference between revisions of "Drupal"
Jump to navigation
Jump to search
Line 4: | Line 4: | ||
=Examples of the filesystem layout= | =Examples of the filesystem layout= | ||
− | ==Files== | + | ==Files and Libraries== |
<pre> | <pre> | ||
./public_html/web/sites/default/files/ | ./public_html/web/sites/default/files/ | ||
+ | ./public_html/web/sites/all/libraries/ | ||
+ | </pre> | ||
+ | |||
+ | ==DB== | ||
+ | <pre> | ||
+ | ./public_html/web/sites/default/settings.php | ||
</pre> | </pre> | ||
Revision as of 21:41, 30 April 2019
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