Install Drupal 8.1.10 opensource PHP CMS on Windows 7 x64 localhost ( XAMPP 7.0.9 ) - Part 1/2

Trabla: Install Drupal 8.1.10 opensource PHP CMS on Windows 7 x64 localhost ( XAMPP 7.0.9 )  - Part 1/2

Install Drupal 8.1.10 opensource PHP CMS on Windows 7 XAMPP tutorial



Drupal /ˈdruːpəl/ is a free and open-source content-management framework ( CMS / CMF ) written in PHP and distributed under the GNU General Public License. It is used as a back-end framework for at least 2.1% of all Web sites worldwide ranging from personal blogs to corporate, political, and government sites. It is also used for knowledge management and business collaboration.

The standard release of Drupal, known as Drupal core, contains basic features common to content management systems. These include user account registration and maintenance, menu management, RSS feeds, taxonomy, page layout customization, and system administration. The Drupal core installation can serve as a simple Web site, a single- or multi-user blog, an Internet forum, or a community Web site providing for user-generated content.

Solving - Part 1 ( Part 2):


Watch on YouTube

1. Download and install XAMPP 7.0.9 ( with PHP7 ) from official site:
https://www.apachefriends.org/download.html

Install Drupal 8.1.10 opensource PHP CMS on Windows 7 XAMPP tutorial 1


2. Download Drupal 8.1.10 opensource PHP CMS / CMF  sources from official site:
https://www.drupal.org/download

Install Drupal 8.1.10 opensource PHP CMS on Windows 7 XAMPP tutorial 2

Install Drupal 8.1.10 opensource PHP CMS on Windows 7 XAMPP tutorial 3

Install Drupal 8.1.10 opensource PHP CMS on Windows 7 XAMPP tutorial 4



3. Create folder \drupal XAMPP htdocs folder

C:\xampp\htdocs\drupal

and copy all files from downloaded Drupal 8.1.10 opensource PHP CMS / CMF .zip source

Install Drupal 8.1.10 opensource PHP CMS on Windows 7 XAMPP tutorial 5


4. Run XAMPP Control Panel 

open php.ini file ( Apache ->  Config-> PHP(php.ini) )

Install Drupal 8.1.10 opensource PHP CMS on Windows 7 XAMPP tutorial 6

- change max_execution_time value
from max_execution_time=30 to max_execution_time=600

Install Drupal 8.1.10 opensource PHP CMS on Windows 7 XAMPP tutorial 7

- uncomment ( remove semicolon ) opcache.enable  and change value to 1
from ;opcache.enable=0  to opcache.enable=1

Install Drupal 8.1.10 opensource PHP CMS on Windows 7 XAMPP tutorial 8


- add following string to end of file
zend_extension = "C:\xampp\php\ext\php_opcache.dll"


Install Drupal 8.1.10 opensource PHP CMS on Windows 7 XAMPP tutorial 9


- save  & close php.ini
- start Apache
- start Database

Install Drupal 8.1.10 opensource PHP CMS on Windows 7 XAMPP tutorial 10


5. Open in browser following url to start  Drupal 8.1.10 opensource PHP CMS / CMF  web installation
http://localhost/drupal


"Choose language" page of Drupal 8.1.10 opensource PHP CMS / CMF  web installation

- click "Save and continue" button

Install Drupal 8.1.10 opensource PHP CMS on Windows 7 XAMPP tutorial 11


6. "Select installation profile" page of Drupal 8.1.10 opensource PHP CMS / CMF  web installation

- select "Standard" profile
- click "Save and continue" button

Install Drupal 8.1.10 opensource PHP CMS on Windows 7 XAMPP tutorial 12


NEXT - Part 2


No comments:

Post a Comment