Difference between revisions of "Wordpress"

From SME Server
Jump to navigationJump to search
m
m (Minor text changes as well as fixing some links)
Line 1: Line 1:
 
{{Languages}}
 
{{Languages}}
 
==Wordpress for SME 7.x==
 
 
 
===Maintainer===
 
===Maintainer===
 
[http://www.dungog.net Dungog.net] (Software)
 
[http://www.dungog.net Dungog.net] (Software)
Line 12: Line 9:
  
 
===Installation===
 
===Installation===
Install from the smecontribs repository.
+
Install from the SME Contribs repository by issuing the following command on the SME Server shell:
  
To install
 
 
  yum --enablerepo=smecontribs install smeserver-wordpress
 
  yum --enablerepo=smecontribs install smeserver-wordpress
  
No need to reboot.
+
Ther is no need to reboot.
  
 
====Upgrade====
 
====Upgrade====
Line 53: Line 49:
 
Spam filtering seems popular, please add instructions...
 
Spam filtering seems popular, please add instructions...
  
=== Uninstall ===
+
=== Uninstallation ===
 +
To remove the package issue the following command on the SME Server shell:
 
  rpm -e wordpress smeserver-wordpress
 
  rpm -e wordpress smeserver-wordpress
  
To remove mysql database and user, both are wordpress, see
+
To remove mysql database and user, both are wordpress, see [[MySQL#Remove a database]] and [[MySQL#Remove a user]]. There is no need to reboot.
http://wiki.contribs.org/MySQL#Remove_a_database_and_user
 
  
 
=== Bugs ===
 
=== Bugs ===

Revision as of 13:36, 6 April 2008


Maintainer

Dungog.net (Software)

Description

http://www.wordpress.org

WordPress is a state-of-the-art semantic personal publishing platform with a focus on aesthetics, web standards, and usability.

Installation

Install from the SME Contribs repository by issuing the following command on the SME Server shell:

yum --enablerepo=smecontribs install smeserver-wordpress

Ther is no need to reboot.

Upgrade

After installing the new rpm with yum, go to

http://servername/wordpress/wp-admin/upgrade.php

Setup

To setup wordpress start your browser with the URL http://servername/wordpress and complete the forms.

  • Choose and set the URL wordpress will be accessed with.

Apply any changes to the URL or domain property before setting up wordpress. refer to options below eg.

config setprop wordpress domain blog.yourserver.org

Options

  • You can fine tune access to wordpress with DB settings.

http://wiki.contribs.org/Generic_WebApp_rpm#New_DB_settings

  • Local Settings

The config file is now templated, so changes need to be made in a new fragment, eg

nano /etc/e-smith/templates/opt/wordpress/wp-config.php/05local 

check which setting you want to change with

cat /opt/wordpress/wp-config-sample.php

then add the new setting in the new fragment and expand, it will overrule the old

expand-template /opt/wordpress/wp-config.php

If you think your setting should be the default raise a bug

Usage

Admin -> Yourserver.net/wordpress/wp-login.php

Usage -> Yourserver.net/wordpress/

Recommended Plugins

Spam filtering seems popular, please add instructions...

Uninstallation

To remove the package issue the following command on the SME Server shell:

rpm -e wordpress smeserver-wordpress

To remove mysql database and user, both are wordpress, see MySQL#Remove a database and MySQL#Remove a user. There is no need to reboot.

Bugs

Please raise bugs under the SME-Contribs section in bugzilla and select the smeserver-wordpress component or use this link .