Email - info@zymphonies.com

Drupal development

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.

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).

How to redirect domain to subdirectory without changing URL

Here is the simple way to redirect your primary Domain to a sub folder without change the URL. Most of the case we use to keep all files in HTML folder (“root HTML” folder), Better you can create a folder in HTML folder and keep all files in that folder and redirect domain. It is very easy to manage file in future if you host multiple website in same server. You can create folder for each domain and keep file separately and it will be looks very neat and clean.

Subscribe to Drupal development