Installation of ApPHP Shopping Cart (version 4.0.0 or later)
Installation of ApPHP Shopping Cart
A new installation of ApPHP Shopping Cart is a very straight forward process:
Step 1. Decompressing downloaded file.
Decompress the ApPHP Shopping Cart script archive. The archive will create a directory called "PHPSC_XYZ", where XYZ represents a number of current version (for ex.: _201 means version number 2.0.1).
Step 2. Uploading files.
Upload this directory (all files and sub-directories it includes) to your document root (public_html, www, httpdocs etc.) or to your "survey site" directory using FTP.
Pay attention: DON'T use the capital letters in the name of the folder (for Linux users). For example:
public_html/or
public_html/{survey-site directory}/
Step 3. Creating Database and User.
Using your hosting Control Panel, phpMyAdmin or another tool, create your database and user, and assign that user to the database. Provide the user you created with required permissions to allow the user to read, edit, execute and perform all tasks across the created database (SELECT, UPDATE, DELETE etc.). Write down the name of the database, username, and password for the site installation procedure.
Step 4. Setting Up Access Permissions.
Check access permissions to following directories: images/ and protected/tmp/. Make sure that these directories are "writable" (often this means 755 access mode).
Step 5. Running Setup Wizard.
Now you can run setup wizard. To do this, open your Internet browser and type in Address Bar following:
http://{www.example.com}/or
http://{www.example.com}/{survey-site directory}/If the script still not installed you will see the setup wizard starting page. Follow the instructions on the screen. You will be asked to enter: database host, database name, username and password. Also you need to enter admin email, username and password, that will be used to access the administration area of the site. After successful installation you will see an appropriate message.
Step 6. Deleting installation files.
After successful installation you will get an appropriate message and link to login to backoffice. For security reasons we recommended now to delete immediately all files from directory protected/data/.