beautypg.com

Apple Mac OS X Server (Extending Your Wiki Server For Version 10.5 Leopard) User Manual

Page 43

background image

Chapter 3

Managing Wiki Content

43

To manually edit wiki administration settings:

1

Stop the web service by doing one of the following:

In Server Preferences, click Web and move the slider to Off.

Â

In Server Admin, open the disclosure triangle for your server, select Web, and click

Â

Stop Web.
Enter the following in Terminal:

Â

$ sudo serveradmin stop teams;

If prompted, enter your administrator account password.

Stopping web service can disrupt users, so send out a notification that the server will
be temporarily down before doing this.

2

If you’re going to use Property List Editor or a non–command-line tool, copy the

theme.plist file to your Documents folder.
To copy this file, enter:

$ sudo cp /Library/Collaboration/Groups/group_name/metadata.plist /Users/

user_name

/Documents/

Replace group_name with the group’s short name. Replace user_name with the short
name of the user you’re logged in as.
If prompted, enter your administrator account password.

3

Open theme.plist in Property List Editor or in a text editor.

To open this file in a command-line text editor (in this example, nano), enter:

$ sudo nano theme_name.wikitheme/theme.plist

If prompted, enter your administrator account password.
You can use any text editor, as long as you precede the command to run the text
editor with

sudo.

If you’re using Property List Editor or a non–command-line tool, open the theme.plist
located in your Documents folder.
For information about Property List Editor, see “About Property List Editor,” on page 14.

4

Edit theme.plist and save your changes.

5

If you copied theme.plist to your Documents folder, copy it back to the theme folder.

To copy this file, enter:

$ sudo cp /Users/user_name/Documents/theme.plist theme_name.wikitheme/

If prompted, enter your administrator account password.