wifibad.blogg.se

Install wordpress on xampp ubuntu
Install wordpress on xampp ubuntu






install wordpress on xampp ubuntu

Sudo apt-get update & sudo apt-get dist-upgrade & sudo apt-get autoremoveĢ.Simply you have to install LAMP(Linux Apache MySql PHP).Now install apache.If you have already installed lamp then skip this part(Go to step 9).Ĥ.Go to your browser check you have successfully installed it or not. If you do, run the commands below to update your systems. If you want to install wordpress on your server please follow the following steps.ġ.Make sure you have already installed Ubuntu server edition and that you have root access to it.

install wordpress on xampp ubuntu

You can now simply browser your wp site by navigating to If you had follow the instructions correctly, then its your lucky day :) After doing mysql thing, Rename the wp-config-sample.php file to wp-config.php from your wordpress folder and using your favorite text editor you will need to add the name of your database, mysql username and password to the config file. Mysql> GRANT ALL PRIVILEGES ON wordpress.* TO IDENTIFIED BY “foopassword” ĭon't forget to do necessary changes such as username and database name change according to your desire. Then using the sudo command set the permissions so you will be able to modify the files and allow the web server to access them as well like this:Īfter all of this, It's time to create database in mysql, i will show a short way to do it ) Now, lets get started with WordPress installation. Try to check/verify from browser by typingĪs a URL. Sudo apt-get install apache2 libapache2-mod-php5Īfter installing mysql and apache you should get localhost up and running. Sudo apt-get install mysql-server php5-mysql A very good guide can be found from mentioned urls at the bottom.








Install wordpress on xampp ubuntu