Difference between revisions of "Wordpress"

From SME Server
Jump to navigationJump to search
Line 25: Line 25:
 
====Upgrade====
 
====Upgrade====
 
After installing the new rpm with yum, go to
 
After installing the new rpm with yum, go to
  servername/wordpress/wp-admin/upgrade.php
+
  http://servername/wordpress/wp-admin/upgrade.php
  
 
===Setup===
 
===Setup===

Revision as of 05:11, 9 December 2007


Wordpress for SME 7.x

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 dungog repo, or download wordpress and smeserver-wordpress from any [smedev mirror]

The following command will configure the Dungog repository on SME Server. The dungog repository will no longer be updated. All the contribs from this repository have been moved to the smecontribs repository.

DungogMember contribs are still at http://www.dungog.net After adding it to the database we have to update the changes to the configuration file:

signal-event yum-modify

To install

yum enablerepo=dungog install wordpress smeserver-wordpress

For uninstall

yum remove wordpress smeserver-wordpress

For both you can ignore the yum-comments signal event post-upgrade and signal-event 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.


Important.png Note:
Apply any changes to the domain property before setting up wordpress as it hard codes the first address

you use. eg wordpress.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. /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

Bugs

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

Tested software versions

  • Host: SMEserver v7.2
  • Installed: smeserver-wordpress 1.0-1.el4.sme
  • Dependency Installed: wordpress 2.2.1-1.el4.sme

Additional information