Difference between revisions of "SRA840 Lab8"

From CDOT Wiki
Jump to: navigation, search
 
Line 29: Line 29:
 
  need to come up with your own witty sayings. It provides instant access to one of the largest collections of random quotes,  
 
  need to come up with your own witty sayings. It provides instant access to one of the largest collections of random quotes,  
 
  witticisms, sayings, jokes and trivia on the net and displays one of them on your page.
 
  witticisms, sayings, jokes and trivia on the net and displays one of them on your page.
 
+
 
  To download the plugin, follow the link:
 
  To download the plugin, follow the link:
 
  http://wordpress.org/extend/plugins/fortunate/
 
  http://wordpress.org/extend/plugins/fortunate/

Latest revision as of 15:13, 12 April 2009

Mohak

I choose to install following three plugins:

* Tiny Emotions
The Tiny Emotions plugin re-adds smilies and  other emotion icons to the TinyMCE Rich Visual Editor The TinyMCE emotions plugin 
is normally bundled with TinyMCE, but it has be removed from the version within WordPress. This plugin puts it back in.

To download the plugin, follow this link:
http://wordpress.org/extend/plugins/tiny-emotions/
- unzip tiny-emotions.0.01.zip
- Copy the whole directory to /usr/local/www/data/wordpress/wp-contents/plugins/
- chmod a+x tiny-emotions.php
- Activate the plugin
* Twitme
This plugin allows you to automatically post your new posts on the twitter website. This is good because for example the iPod and 
iPhone for example have a large amount of twitter clients to pick from. Your blog posts will arrive to people while they are 
walking the streets.

To download the plugin, follow the link:
http://wordpress.org/extend/plugins/twitme/
- unzip twitme.1.6.9.5.zip
- copy the whole directory to /usr/local/www/data/wordpress/wp-contents/plugins/
- chmod a+x twitme.php
- Activate the plugin
* Fortunate
Fortunate provides a hassle free random quotation on your blog. There are no databases to download or configure and you do not 
need to come up with your own witty sayings. It provides instant access to one of the largest collections of random quotes, 
witticisms, sayings, jokes and trivia on the net and displays one of them on your page.

To download the plugin, follow the link:
http://wordpress.org/extend/plugins/fortunate/
- unzip fortunate.1.3.9.zip
- Copy the whole directory to /usr/local/www/data/wordpress/wp-contents/plugins/
- chmod a+x fortunate.php
- Activate the plugin
- For customizing it go to the fortunate page from settings menu.

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.