------------------------------
Quick.Cart by OpenSolution.org
www.opensolution.org
------------------------------

HowTo Install
------------------------------
Step 1) 
Login Your shell account, set Your work path to main Quick.Cart directory and:
- cd files/
- chmod 777 *
- cd ..
- cd db/
- chmod 777 *

All files in directories "files/" and "db/" must have chmod 777

If You want edit preferences/configuration in administration give chmod 777 to config/general.php file
- cd config/
- chmod 777 general.php

Step 2) Edit config/general.php and specify login and pass ($config['login'], $config['pass']). Default login is "admin" and password is "admin"
Step 3) Start Quick.Cart - example: http://localhost/directory/
Step 4) Start admin site of Quick.Cart - example: http://localhost/directory/admin/

Requirements
------------------------------
- PHP >= 4.3.3
- gd2 extension in php (php.ini)
- configure email server, example: sendmail, qmail

License
-------------------------------
Use, change all if You want except "Powered by Quick.Cart" in footer. Script is based on GPL license.

Donate
------------------------------
Quick.Cart open source project, so you can download it and use absolutely for free. But our team spend some money to give you this chance. 
We have to buy domain, server etc. So if you like our work and if you wish to donate Quick.Cart developing send us some money!. 
More info: http://opensolution.org/?p=donate
------------------------------

Backup
------------------------------
Copy "db/" directory occasionally. This directory contains orders, products and categories data.
------------------------------

Few important links
------------------------------
- http://opensolution.org/ - Open Solution home page
- http://opensolution.org/?p=sitesList - Web pages directory
- http://opensolution.org/?p=support - support
------------------------------