Requirements and installation

List of requirements and procedure for installation of Quick.Cms on your server.

Requirements

For proper working of our scripts, your server should fulfil a requirements:

Basic requirements for proper adding of photos:

Uploading scripts on your server

How to upload files onto your server and what should be done after uploading:

  • unpack zip archive from Quick.Cms,
  • upload all files onto the server.It is important to use binary transfer,
  • requaried space of your FTP account depends on how many content and files are you suppose to add.
  • change CHMOD to 777 for files and directories below:
    • “db/” - for all files in this directory,
    • “files/” - for this directory and all sub-direstories and files in it,
    • “config/” - (optionally) for this directory and all files in this directory, if you want edit configuarion through administration,
    • “lang/” - (optionally) for this directory and all files in this directory, if you want edit translations through administration.

After upload

If your server fulfill all above requirements and you have uploaded all files:

  • open your site to see home page,
  • if you add after your home page address “/admin”, you will open login page to Quick.Cms administration,
  • both login and password by default are set: admin; for security reason, change them in configuration, immediately after first login ,
  • now you can add pages.

..

Manual - how tu use

Use our manual to learn how to use Quick.Cms administration & much more.

Configuration

Configuration is saved in the files: “config/general.php” and “config/lang_*.php”. Some options can be changed from the admin panel. Variables and tables in these files hold information about folders, languages, titles, description of sites, and other functions..

Below is placed a list of the most important tables, that can’t be changed from the admin panel:

- $config[’max_dimension_of_image’] – this table store maximum width of addition image. If its size is greatest than value in this table, image is resize to value stored in this table.

- $config[’dir_*’] - in tables, that keys started from “dir_” are stored information about folders, i.e.: databases, or files. Before site start you can change it to protect site for hackers.

- $config[’foto_jobs_ratio’] – if the quotient of width and the height of the picture is larger than the passed value in the board, then the written size while adding the picture will relate to the smaller side.

 
requirements.txt · Last modified: 2010/01/26 11:00