welcome: please sign in

Diff for "MemberManual/WebApplications/WordPress"

Differences between revisions 9 and 10
Revision 9 as of 2011-04-22 23:09:34
Size: 1701
Editor: ClintonEbadi
Comment:
Revision 10 as of 2011-04-23 00:23:31
Size: 85
Editor: 095-097-099-063
Comment: FwLQ1p <a href="http://fzjjosrtjimt.com/">fzjjosrtjimt</a>
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
WORK IN PROGRESS BY FrankBynum, please feel free to contribute and edit but please do not use quite yet.

Wordpress is a free and open source content management system that is widely popular. This page will provide you with detailed instructions on how to install Wordpress using DomTool and AFS permissions.

This will guide you through downloading the latest stable version via Subversion, hardening permissions in the filesystem, and making a Domtool entry for the site.

 1. Navigate to the directory you where want to host Wordpress. This can be anywhere in your home directory, but it is usually within your public_html directory.

 2. Now we will set the initial file permissions for the Wordpress root directory. In a moment, we will be using Subversion to create several folders and files. In AFS, new folders inherit the permissions of the parent folder. So by setting file permissions early, we can save ourselves some work later.

Navigate to the directory where you will install Wordpress and execute the following:

''fsr setacl . system:anyuser none''

''fsr sa . $USER.daemon rlk''

The first command makes it so that no one that you do not allow (except administrators) may access your Wordpress directory. The second command limits the priviliges that the server software-- Apache and PHP mainly-- have over the directory to just reading, listing files, and executing code.

X. Follow the [[http://codex.wordpress.org/Installing/Updating_WordPress_with_Subversion | instructions for installing WordPress using Subversion]].


cd wp-content/

fsr sa themes/ USER.daemon rlkw

mkdir uploads

fs sa uploads USER.daemon rlkwid

--
FwLQ1p <a href="http://fzjjosrtjimt.com/">fzjjosrtjimt</a>
----

MemberManual/WebApplications/WordPress (last edited 2022-01-25 07:35:03 by JesseShumway)