This is the installation manual of ffCMS.

Read this document before you try to install ffCMS.

Quick Start

  1. Download the latest ffCMS version from sourceforge.net.
  2. unzip it.
  3. change to directory "cms".
  4. right click on config.php open with notepad.
  5. Edit your configurationn file more about config see below. 
  6. upload it to your webspace. e.g with Filezilla or another FTP client
  7. if you have an Unix server, change permissions of "index.php" and the files you want to edit with ffCMS to 0755 (chmod 0755)

Configuration

USER/PASSWORD
Your login data


COOKIE_EXPIRES
The period of validity of your login session.


DOCUMENT_ROOT
The root directory of your homepage.
Must be an absolute path.
If you don't now it, upload the following sourcecode as „path.php“ in the root of your homepage
and view it. You can insert the results here.
<?php
echo getcwd();
?>/p>


TIMEZONE
The timezone of your country, for an example: if you are in or next to germany this must be „Europe/Berlin“.


TWENTYFOURHOURS
if you want to use 24 hourtime then this must be 1. If you are in UK and you want 12
hourtime then this must be 0.

SAVEAS_ENABLED

If the user shall can make copys of documents this must be 1.