Go Back   HostGator Peer Support Forums > Public Forums > Suggestions

Notices

Reply
 
Thread Tools
  #1  
Old 02-01-2006, 03:30 AM
SledDog SledDog is offline
Hatchling Croc
 
Join Date: May 2004
Posts: 10
Default TikiWiki - Help

Is anybody using TikiWiki?

If yes how did you get around this?

You need to run setup.sh :
./setup.sh $APACHEUSER all
Common Apache users are www-data, apache or nobody

Or Host Gator can you do the folloing so I can run TikiWiki?

This script assigns necessary permissions for the directories that the

webserver writes files to. It also creates the (initially empty) cache

directories.

Usage $0 user [group] [rights][list of virtual host domains]

For example, if apache is running as user $AUSER and group $AGROUP (can be found in phpinfo),

and if you are running as user $USER, type:

su -c '$0 $USER $AGROUP'


This will allow you to delete certain files/directories without becoming root.


Or, if you can't become root, but are a member of the group apache runs under

(for example: $AGROUP), you can type:

$0 $USER $AGROUP

Be aware, that you probably have to do a

chown -R $USER *

if your tiki runs in a PHP-safe-mode environment.

If you can't become root, and are not a member of the apache group, then type:

$0 $USER yourgroup 02777

Replace yourgroup with your default group.

NOTE: If you do execute this last command, you will not be able to delete

certain files created by apache, and will need to ask your system

administrator to delete them for you if needed.

To use Tiki's multi-site capability (virtual hosts from a single DocumentRoot)

add a list of domains to the command to create all the needed directories.

For example:

su -c '$0 $USER $AGROUP $RIGHTS domain1 domain2 domain3'

or, if you can't become root:

$0 $USER $AGROUP 02777 domain1 domain2 domain3

---------

special for mods installer

$0 $AUSER all

will change perms on all tiki files so you can use the tikimods power.

Remember to run the perms setup again when mods installer use if done.


$0 $USER $AGROUP


Thanks in advance
Reply With Quote
Reply

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump

All times are GMT -5. The time now is 09:12 AM.