Installation

Step 1

Connect to your web server using an FTP program. Create a new folder on your server, e.g. /news/.

Step 2

Upload the whole script including all files and folders to your server. Make sure the original file structure appears on the server.

All text files have to be uploaded in text mode (ASCII mode) and all binary files (like images or PDF files) have to be uploaded in binary mode. The simplest would be to set the mode to "auto". This way your FTP program takes care about the correct transfer mode.

Please make sure that your FTP program preserves the file names and doesn't lower case them.

Step 3

Make sure the script folder /news/ and the sub-folder /news/cache/ are writable by the script (chmod 777).

Most, if not all, FTP programs allow you to change the file permissions. That can either be done with a command line and the command chmod or with some clicks on menus and check boxes.

Here is a guide with examples of common FTP programs:

http://gentleurl.net/chmod/

Step 4

Call the admin area of the script in your browser:

http://www.example.com/news/admin/

You are now seeing the installation screen of the script. Please make sure you have the database access data. You need following four items:

  • Database hostname

  • Database name

  • Database user name

  • Database password

You either get those data from your web space control panel or ask your web space provider about them.

Choose a prefix for the database tables. Default value is c5t_ and there is actually no need to change that unless you want to have more than one installation of the script side by side.

Enter the information for the admin account you want to create and use once the script is working.

Click the button "Install Now". In case the installation was successful, you will be provided with a link to the login screen where you can use the account data you just entered

Finished

Once the installation is finished, you can change the folder permissions of the script folder back. But only for the script folder. The folder /cache/ has be remain writable.