Posts

Showing posts from November, 2015

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

Image
How to Install PHP and Wordpress in Ubuntu and Start a Website of your own at localhost. Download the XAMP file from bitnami xampp-linux-1.8.3-2-installer.run save file to Desktop. open terminal Ctrl+Alt+T cd Desktop sudo chmod +x xampp-linux-1.8.3-2-installer.run sudo ./xampp-linux-1.8.3-2-installer.run the GUI will start. Go on doing Ok Ok. And you are ready with PHP. Download the wordpress file of bitnami  bitnami-wordpress-4.3.1-1-module-linux-installer.run save it to Desktop open terminal cd Desktop sudo chmod +x bitnami-wordpress-4.3.1-1-module-linux-installer.run 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 explan

How to install LAMP server for PHP in Ubuntu

Image
Installing LAMP On Ubuntu For Newbies In this guide I will show you how to install a LAMP system. LAMP stands for Linux, Apache, MySQL, PHP. The guide is intended to help those who have very little knowlegde of using Linux. sudo apt-get install lamp-server^ Install Apache To start off we will install Apache. Open up the Terminal (Applications > Accessories > Terminal). (Ctrl+T also works) Copy/Paste the following line of code into Terminal and then press enter: sudo apt-get install apache2 The Terminal will then ask you for you're password, type it and then press enter. Testing Apache To make sure everything installed correctly we will now test Apache to ensure it is working properly. Open up any web browser and then enter the following into the web address: http://localhost/ You should see a folder entitled apache2-default/. Open it and you will see a message saying "It works!" , congrats to you! Install PHP In this part we will