Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / NewStats: 3,209,382 members, 8,005,869 topics. Date: Monday, 18 November 2024 at 12:22 PM |
Nairaland Forum / Science/Technology / Programming / Installing Wordpress On Linux (ubuntu) (1151 Views)
Who Can Configure Install Cpanel On Linux VPS / Ubuntu Whatsapp Group / Installing Laravel On Linux (2) (3) (4)
(1) (Reply)
Installing Wordpress On Linux (ubuntu) by dplumptre(m): 12:40pm On Jul 24, 2015 |
Hello guys, Im demmy , i want to show you peeps a quick installation of wordpress on linux , for you programming geeks that like to use LAMP like me , for more stuffs you can always check my blog http://overallheuristic.com/blog/, that all said lets jump into it FIRST DOWNLOAD THE LASTEST WORDPRESS # navigated to my desktop $ cd Desktop $ wget http://wordpress.org/latest.zip $ sudo unzip latest.zip $ sudo chmod 777 -R wordpress AFTER UNZIPPING THE FOLDER , YOU CAN RENAME IT BEFORE PUTTING IT IN YOUR LOCAL SERVER, BECAUSE CONSEQUENT DOWNLOADS WILL HAVE THE SAME NAME. In my case I changed the name of the folder from wordpress to fitness NAVIGATE TO LOCAL SERVER # cd /var/www/html # /var/www/html$ sudo mv /home/rootdir/Desktop/fitness . Ensure that apache have access to wordpress installation files. If this is your local system make sure that www-data owns of all files: #$ sudo chown -R www-data.www-data fitness CREATE DATABASE mysql -u root -p CREATE DATABASE fitness; CREATE WP-CONFIG.PHP FILE # cd /var/www/html/fitness # cd /var/www/html/fitness ls -lah # cp wp-config-sample.php wp-config.php EDIT YOUR DATABASE CREDENTIALS IN wp-config.php navigate to localhost/fitness Thanks for reading if you have questions or want to see more stuffs visit http://overallheuristic.com/blog/ site : http://overallheuristic.com twitter : @dplumptre fb :https://www.facebook.com/overallheuristic
|
(1) (Reply)
Php Coders Help / Get Unlimited Tutorials On Programming Through Your Mail / Best Adsense Alternative
(Go Up)
Sections: politics (1) business autos (1) jobs (1) career education (1) romance computers phones travel sports fashion health religion celebs tv-movies music-radio literature webmasters programming techmarket Links: (1) (2) (3) (4) (5) (6) (7) (8) (9) (10) Nairaland - Copyright © 2005 - 2024 Oluwaseun Osewa. All rights reserved. See How To Advertise. 11 |