Installing Your Shopping Cart v3.7.3 Requirements ========================= PHP 5.1 and above MySQL 4.1 and above Apache 2 Web Server (http, https) or IIS 5 or IIS 6 For the cart to run correctly, we recommend the following: GD Library Support - Necessary for thumbnail generation. (version 2 recommended) cURL Library Support - Necessary to communicate with outside servers ZLib Support - For compressing files OB Support - Output Control Library mod_rewrite library required for flat URL OpenSSL library required for Credit Card Storage Ioncube or Zend* - Your cart is encoded with either Ioncube or Zend. The default download is sent to you in Ioncube. Zend can be used upon request. For more information visit www.ioncube.com or www.zend.com * Zend Engine 2.2 and Optimizer 3.3 are now required for 3.7.x version of the cart. Note about SELINUX: If you are running selinux on your server, please make sure that you have given permission to load ioncube or zend optimizer libraries. Installation Instructions ========================= 1. Copy (upload) all files and folder to the location where your store will be installed If you are using ftp please make sure it is in binary mode. We recommend that you use secure ftp(sftp) on all transmissions. 2. Set write privileges for all files in folders to 0777 (read/write/execute for all users). If you have a Linux console access, go to folder where the cart is located and type chmod -R 0777 * and press Enter. If you have not access to Linux console, you may use file browse, which is provided by most hosting companies (see in your hosting server control panel) or FTP client. If the cart is installed on a Windows machine, in most cases Privileges do not have to be set. . 3. Next you will need to create an empty mySQL database. You may need to use your hosting companies control panel to create this. Be sure to make a note of the name, username and password. 4. After all files have been moved, permissions set and a database has been created, you now ready to run the installer. 5. Direct your browser to the following URL: http://www.yoursitename.com/install/index.php if the cart is installing to the root directory, OR http://www.yoursitename.com/[folder]/install/index.php,is if the cart is installed to a subdirectory. Remember you will need to enter in the exact directory structure to get to the install file. "Database table prefix" field on step 2 of installation is optional. You can leave it empty or blank. 6. Once the install is complete, it is STRONGLY RECOMMENDED TO DELETE THE install FOLDER WITH FILES. Not completing this step may cause a security issue. To access to the administrator area direct your browser to: http://www.yoursitename.com/admin.php OR http://www.yoursitename.com/[folder]/admin.php Installation is now complete.