How to Install PHP and Wordpress in Ubuntu and Start a Website

How to Install PHP and Wordpress in Ubuntu and Start a Website of your own at localhost.


  1. Download the XAMP file from bitnami
  2. xampp-linux-1.8.3-2-installer.run
  3. save file to Desktop.
  4. open terminal Ctrl+Alt+T
  5. cd Desktop
  6. sudo chmod +x xampp-linux-1.8.3-2-installer.run
  7. sudo ./xampp-linux-1.8.3-2-installer.run





the GUI will start. Go on doing Ok Ok. And you are ready with PHP.


  1. Download the wordpress file of bitnami 
  2. bitnami-wordpress-4.3.1-1-module-linux-installer.run
  3. save it to Desktop
  4. open terminal
  5. cd Desktop
  6. sudo chmod +x bitnami-wordpress-4.3.1-1-module-linux-installer.run
  7. sudo ./bitnami-wordpress-4.3.1-1-module-linux-installer.run


And its all done.

To stop the XAMPP service:
sudo /opt/lampp/lampp stop

To start the XAMPP service:
sudo /opt/lampp/lampp start

And to Restart
sudo /opt/lampp/lampp restart

To open the page of XAMPP, whenever you want, type in the address
bar of your browser: http://localhost/xampp/

Kindly comment for any explanation or errors.





Comments

Popular posts from this blog

Java Practice Questions MCQ

Linux Assignments - Practise

HackerRank Introduction Challenges - Java