Drupal

From DUNE
Revision as of 21:09, 28 March 2019 by MaximPotekhin (talk | contribs)
Jump to navigation Jump to search

About this page

This page is essentially a scratch space to collect notes about Drupal configuration and management.

Examples of the filesystem layout

Files

./public_html/web/sites/default/files/

DB maintenance

Example of a MySQL dump:

mysqldump eicugorg_eic_drupal -u myUser -p > mydump.sql