Difference between revisions of "Drupal"

From DUNE
Jump to navigation Jump to search
Line 8: Line 8:
 
<pre>
 
<pre>
 
./public_html/web/sites/default/files/
 
./public_html/web/sites/default/files/
 +
</pre>
 +
 +
=DB maintenance=
 +
Example of a MySQL dump:
 +
<pre>
 +
mysqldump eicugorg_eic_drupal -u myUser -p > mydump.sql
 
</pre>
 
</pre>

Revision as of 21:09, 28 March 2019

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