Edit Links |
Site /
IPFM
<< | Page list | >> The IPFM software does not work on the LyX server as it's not compatible with the (later) PHP version used on the server. /chr
You can not access the In order to upload files, you will need to login as the user lyx and give a password. The current password is simply obtained by asking for it on one of the LyX mailing lists. If you only wish to browse the existing files, you can login as the user guest, which doesn't require a password. 2006-01-30: I just discovered that IPFM
has been discontinued :-( Here is what "remains"
http://www.rebelinblue.com/?fm
For safety, I placed a copy of the archive in
uploads:/Site/IPFM (And in irony, you need to use the
file manager to access that directory since listings
are disallowed on this server) /chr
InstallationThe
Note: In order to get proper permissions of created files and directories, use the admin tool to set
Settings/Script settings/Default CHMOD to 775 (this enables members of the group wiki to manually manipulate files and directories via shell access).
In addition, the umask had to be set by patching index.php by adding umask(002); . The statement was added on line 53 of index.php .
IPFM administrationThe administration tool is started from this URI: The password is stored in Permissions and ownershipSpecial effort was taken to fix ownership of directories so that everything
belongs to the group Here is the directory structure: Perm. User : Group Directory 2775 chr : wiki ipfm 2775 chr : wiki ipfm/admin 2775 apache : wiki ipfm/images 2775 apache : wiki ipfm/images/icons 2775 apache : wiki ipfm/languages 2775 chr : wiki ipfm/modules 2775 apache : wiki ipfm/settings 2775 apache : wiki ipfm/settings/templates 2775 apache : wiki ipfm/settings/templates/javascript 2775 apache : wiki ipfm/templates The above was created by using the 's' bit on Then one of the administrators (here it was The user lyxThis user is intended for anyone who needs to upload files and manipulate them.
The user guestThis user is intended for anyone who just needs to browse the available files in order to download them etc.
|