marxb
I have previously installed wordpress and recall it was so simple. I forgot the actual steps so I did it again as a test. It was quicker to do (ie 1 -2 minutes) than the time taken to type this answer to you.
All you need to do is
yum --enablerepo=smecontribs install smeserver-wordpress
You will get prompted with something like
smeserver-wordpress noarch 1.0-2.el4.sme smecontribs 16 k
Installing for dependencies:
wordpress noarch 2.6.2-1.el4.sme smecontribs 1.3 M
Is this ok [y/N]: y
Answer y
Note: You do not need to run the suggested signal-event commands or any other commands mentioned in the wiki.
Do not run the command associated with upgrading as you are not doing an upgrade (if this is the first time you have installed wordpress).
Then the next step is to open your browser and go to
http://www.yourmaindomain.com/wordpress/You will be presented with the wordpress setup screen, enter the new Blog name and an administrator email address.
Click Setup button
and then on the next screen your admin username and password are displayed.
Make a note of these !!!!
Then proceed to further customise wordpress as required by clicking the Login button
enter admin as username
enter the password you just wrote down from the previous screen
click the Settings link at top right of screen, and tailor as required.
Note there are also db commands mentioned in the wiki if you want to change the initial domain that wordpress is associated with.
This should/MUST be done first if you want to use a different domain than your "main" domain.
To uninstall and start again, to avoid any confusion re what you may have rightly or wrongly already done, just do
rpm -e wordpress smeserver-wordpress
and then follow the steps mentioned above, carefully.
PS After creating the new (first) blog, you will also receive an email message advising you that a new blog has been created and giving details of the admin login name and password.