For a free Linux cheat sheet click here:
http://eepurl.com/dkRNM9
This tutorial describes how to install WordPress on Kali Linux. This is the third in a series of forth videos on Kali Linux. The first two videos are:
How To Install Kali Linux On VMWare Workstation
• How To Install Kali Linux On VMWare W...
and
How To Install VMWare Tools On Kali Linux
• How To Install VMWare Tools On Kali L...
The last video, how to hack WordPress using kali Linux will be released shortly.
The commands that you need to follow the above tutorial are:
Ensure you have Apache, MariaDB and PHP Installed.
apt-get install apache2
apt-get install php
apt-get install mariadb-server
apt-get install mariadb-client
Start Services that you need:
service apache2 start
service mariadb start
Log into the database:
mysql -u root -p
Commands to run in MariaDB:
create database wordpress;
show databases;
grant all on wordpress.* to 'darren'@'localhost' identified by 'password123'
Commands to Move and untar wordpress tar file:
cd /Downloads
mv wordpress-4.8.tar.gz /var/www/html
cd /var/www/html
tar -zxvf wordpress-4.8.tar.gz
Commands to configure Apache:
cd /etc/apache2/sites-available
vi 000-default.conf
Command to restart apache:
service apache2 restart
Watch video How To Install Wordpress on Kali Linux online without registration, duration hours minute second in high quality. This video was added by user Darren's Tech Tutorials 19 July 2017, don't forget to share it with your friends and acquaintances, it has been viewed on our site 9,689 once and liked it 107 people.