Email - info@zymphonies.com

Drupal configuration

Clear or rebuild Drupal's cache

Make your Drupal websites faster using the Drupal cache. Enabling cache helps you to avoid slow down websites with a lot of traffic. Clearing the caches or rebuild caches after making any changes in the development. Change can be installing module/theme/library or modifying existing module/theme/library. Always it is good practice to clear or rebuild caches when you export the database.

There are many ways to clear the Drupal cache.

How to install Git

Git is a free and open source version control system. Git is the most widely used modern version control system in the world. Git has the functionality, performance, security and flexibility. Most of the OS(operating system) has built-in terminal/command prompt.

1 Download Git

Download the latest Git for Windows installer(https://git-for-windows.github.io/).

Drupal 8 installation

This Blog focuses on basic core Drupal 8 installation. There are many Drupal installation guide in drupal.org. You can make quick Drupal installation using this tutorial.

Before proceeding Drupal 8 installation, You should review the minimum below system requirements

Drupal 8 minimum system requirements:

Web server:

Apache, Nginx, or Microsoft IIS

Database:

Drupal 8 mobile initiative

Drupal 8 mobile-first approach that would allow to make great, relevant content to all devices such us smart phone, tablet and desktop etc. Drupal 8 helps to create an elegant and responsive mobile website with great SEO, larger potential audience. Drupal 8 has few default responsive theme, Bartik theme is fully responsive, so you can get responsive theme with Drupal 8 core.

Drupal modules install and uninstall

You can extend or alter Drupal behavior using Drupal contributed modules. Drupal has many default useful modules like blog, contact etc. You just need to enable default module from Drupal Administration -> Modules page(admin/modules). There are many contributed modules available in drupal.org, You can download contributed modules from drupal.org and use for your Drupal website.

How to install/enable Drupal module?

Just for example, Explain you how to Install Pathauto module.

How to import and export database using PHPMyAdmin

You can easily create MySQL databases in your localhost or hosting account. You might have seen SQL file when you buy premium theme or free theme package. You can see 'create database and import' steps in documentation. How to create database and import? 

Localhost

If you don't have server or you want test/configure build in local system. You can install XAMP, XAMP is a free and open source cross-platform web server solution stack package.

How to create a backup of Drupal website?

Keep at-least one backup of your Drupal Website. Drupal website backing up involves backing up both the site's database and its files. Just for taking file backup doesn't help. Always take database and files backup whenever you take Drupal website backup.

How to create a backup of Drupal?

1) Backing up the Database

Export Database, You can export database using PHPMyAdmin. Make sure that you are exporting same database which you used in Drupal build. You can see the database name in Drupal settings.php file (sites/default/settings.php).

Subscribe to Drupal configuration