SRA840 Lab8

From CDOT Wiki
Revision as of 22:08, 11 April 2009 by Bossa nesta (talk | contribs) (Did you have any problems installing the plugin)
Jump to: navigation, search

Nestor the Facebooker

Did you have any problems installing the plugin

No.. I didn't, cos i'm smart. lol

Add at least three plugins from the WordPress Plugin Directory.

All in One SEO Pack

Optimizes Wordpress blog for Search Engines.

Get Recent Comments

Download Display the most recent comments or trackbacks with your own formatting in the sidebar.

WordPress.com Stats

Download You can have simple, concise stats with no additional load on your server by plugging into WordPress.com's stat system.


Describe

Why you chose that particular plugin?

All in One SEO Pack

 It will allow search engine to include your blog in their database. In my opinion, it's really important to let people read about your blog. That's the whole point of posting stuffs on the internet. And also, especially you put some google ads to make money. ;-)

Get Recent Comments

 It's really useful when you have a lot of entry in wordpress. So you can see who has add some new comment in your blog.  

WordPress.com Stats

 Look at the beatiful graph it will generate on your admin page. You can tell if google lied to you when you receive your cheque/check.


Installation Guide

All in One SEO Pack

1. download the file
2. extra the file into your wordpress plugin folder, it shuuld be in "/wp-content/plugins/" 
3. go to the wordpress admin page, then go to the plugin page and make sure it's actived
4. You will see an SEO option tag there, change whatever you want.
5. The most important step: ENJOY!

Get Recent Comments

1. download the file
2. extra the file into your wordpress plugin folder, it shuuld be in "/wp-content/plugins/" 
3. go to the wordpress admin page, then go to the plugin page and make sure it's actived
4. again, enjoy..

WordPress.com Stats

1. download the plug-in and extra 'stats.php' to /wp-content/plugins/
2. go to the wordpress admin page, then go to the plugin page and make sure it's actived
3. enter a WordPress.com API key
4. then.. wait for few minutes for the data to be generated, before you can enjoy... (suggest to read my blog when you're waiting)


Milton Paiva Neto

1. To install WordPress

Installation

Setting up the database parameters

Create a database named wordpress and grant the proper permissions.

# mysql -u root -p
mysql> create database wordpress;
mysql> grant all on wordpress.* to wordpress@localhost identified by 'password';
mysql> quit

Installing wordpress

#cd /usr/ports/www/wordpress
#make
#make install

Integration with mysql server

#vim /usr/local/www/data/wordpress/wp-config.php
<?php 
// ** MySQL settings ** // 
define('DB_NAME', 'wordpress');    // The name of the database 
define('DB_USER', 'wordpress');     // Your MySQL username 
define('DB_PASSWORD', 'password'); // ...and password 
define('DB_HOST', 'localhost');    // 99% chance you won't need to change this value 
define('DB_CHARSET', 'utf8'); 
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

Installing wordpress plugins

Installation of wordpress plugins is easy process. I have installed the three plugins given below

  1. Free Kareem (Support for Free Speech)
  2. Get Recent Comments (Display the most recent comments or trackbacks with your own formatting in the sidebar. Visit Options/Recent Comments after activation of the plugin)
  3. Wp Super Cache (Very Fast caching plugin)

Installation steps

1. #cd /usr/local/www/data/wordpress/wp-content/plugins
2. #elinks://http://downloads.wordpress.org/plugin/free-kareem-0.5.5.zip
3. #unzip free-kareem-0.5.5.zip
4. #rm free-kareem-0.5.5.zip
5. http://host.domain.com//wordpress/wp-admin/
6. click on plugins. It will show all new plugins just uploaded at location  /usr/local/www/data/wordpress/wp-content/plugins.
7. Click the activate.Its done!

Repeat the steps from 1 to 7 for rest of two plugins.