Install Joomla 3.5.1 on windows (php7)

Trabla: Install Joomla 3.5.1 on windows ( xampp + php7)


Install Joomla 3.5.1 with php7 on windows 7 tutorial
This tutorial explains how to install Joomla on windows ( XAMPP with php 7 )

Joomla! is an award-winning content management system (CMS), which enables you to build Web sites and powerful online applications. Many aspects, including its ease-of-use and extensibility, have made Joomla! the most popular Web site software available. Best of all, Joomla is an open source solution that is freely available to everyone.

Latest "Install Joomla 3.6.2 on Windows 7 x64 localhost ( XAMPP 7.0.9 - php7 )"
Tutorial ( with Video ) - http://codingtrabla.blogspot.com/2016/09/install-joomla-362-on-windows-7-x64.html

Solving:

1. Download and install XAMPP with php 7
https://apachefriends.org/download.html

Install Joomla 3.5.1 with php7 on windows 7 tutorial 1

2. Download Joomla! CMS sources from official site
https://joomla.org/download.html

Install Joomla 3.5.1 with php7 on windows 7 tutorial 2

Install Joomla 3.5.1 with php7 on windows 7 tutorial 3

3. Create folder /joomla in XAMPP htdocs and copy files from downloaded archive
e.g. on my computer
C:\xampp\htdocs\joomla

Install Joomla 3.5.1 with php7 on windows 7 tutorial 4

4. Open XAMPP Control Panel and start apache and mysql database

Install Joomla 3.5.1 with php7 on windows 7 tutorial 5
If all is ok you will see green labels
Install Joomla 3.5.1 with php7 on windows 7 tutorial 6

5. Open browser and type following localhost address to start installation of Joomla!

http://localhost/joomla

where /joomla - folder   C:/xampp/htdocs/joomla

Install Joomla 3.5.1 with php7 on windows 7 tutorial 7

 6. Enter data into fields and press next.
You can see example data input on image.

Install Joomla 3.5.1 with php7 on windows 7 tutorial 8

7. Now we need to create database for Joomla!
- open PhpMyAdmin in browser new tab ( PhpMyAdmin - database client , default in XAMPP )
http://localhost/phpmyadmin

1) Select "Databases" tab
2) Type database name - e.g. "joomla"
3) Select encoding - utf8-general-ci
4) Press "Create" button
Install Joomla 3.5.1 with php7 on windows 7 tutorial 9

Install Joomla 3.5.1 with php7 on windows 7 tutorial 10

8. Continuing installation - Enter database settings
1) Db type - select "MySQL(PDO)"!!!!
2) username - root - default user of db installed with XAMPP
3) password - empty - by default XAMPP sets no password
( when you deploy to production - password is mandatory security requirement  !!! )
4) Because this is new installation - select "REMOVE"
Install Joomla 3.5.1 with php7 on windows 7 tutorial 11

9. Finalisation :
1) Install sample data - NONE
2)  Email Configuration - NO ( it's localhost installation for test )
3) Click "Install" button

Install Joomla 3.5.1 with php7 on windows 7 tutorial 12
10. Installing ...

Install Joomla 3.5.1 with php7 on windows 7 tutorial 13
11. Log in into administrator site
use login / password - samuraikit / samuraikit1  ( if you followed steps directly )

Install Joomla 3.5.1 with php7 on windows 7 tutorial 14

12. Administrator site
http://localhost/joomla/administrator/index.php

Install Joomla 3.5.1 with php7 on windows 7 tutorial 15


13. Site
http://localhost/joomla/


Install Joomla 3.5.1 with php7 on windows 7 tutorial 16


No comments:

Post a Comment