Changes

Jump to: navigation, search

SRA840 Lab8

164 bytes added, 18:23, 11 April 2009
Milton Paiva Neto
===Milton Paiva Neto===
'''1. To install WordPress'''
Installation
mysql> grant all on wordpress.* to wordpress@localhost identified by 'password';
mysql> quit
 
Installing wordpress
Integration with mysql server
 
#vim /usr/local/www/data/wordpress/wp-config.php
<?php
define('DB_COLLATE', '');
'''2. To install WordPress plugins -'''
Go the website: http://wordpress.org/extend/plugins, then choose the plugins you want to install. Once you choose the plugins, download then to a temporary folder, unzip it and copy the files to the plugins folder of your wordpress (/usr/local/www/apache22/data/wordpress/wp-content/plugins).Then enter the web administrator page of wordpress and the new plugins will be available there, now select the ones you need to activate and have fun !!!
===Varinder Singh===

Navigation menu