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, Libraries, Themes== |
<pre> | <pre> | ||
./public_html/web/sites/default/files/ | ./public_html/web/sites/default/files/ | ||
./public_html/web/sites/all/libraries/ | ./public_html/web/sites/all/libraries/ | ||
+ | ./public_html/web/sites/all/themes/ | ||
</pre> | </pre> | ||
Revision as of 21:43, 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, 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