Installation Manual
Installation
Localhost Installation
Core Upgrade
System Requirements
- PHP version 5.2 or above. PHP configuration should include the following options (all these values are default):
Register Globals: Off Magic Quotes GPC: Off File Uploads: On Session Auto Start: Off
- MySQL database version 4.1 or above.
- PHP CURL is required for operation of several payment gateways and systems (such as PayPal, Authorize.NET, Google Checkout, etc) and real-time shipping services (FedEx, UPS, DHL/Airborne).
- php GD library
- ZIP is On
AbanteCart runs on most server configurations, Windows or Linux based servers that utilize different PHP configurations.
Installation
The instructions below are about AbanteCart installation on a hosting server accessible on the Internet.The first step is to uncompress the AbanteCart distribution package (the 'abantecart_vX.X.X.tgz' or 'abantecart_vX.X.X.zip' file) anywhere on your local computer.Note: you can uncompress the distribution package on your local computer using any TAR- or ZIP-compatible archive software, e.g. WinRAR (http://www.rarlab.com)
Linux Install
Upload all the files and folders from downloaded archive to your server from the your local PC folder, where you unarchived AbanteCart distribution package.
Note: you can upload all the files to your server by FTP software, e. g. Filezilla (http://filezilla-project.org).
This can be to anywhere of your choice.
e.g. /public_html/store or /public_html
For Linux/Unix make sure the following folders and files are writable.
chmod 0777 system/config.php
chmod 0777 system/
chmod 0777 system/cache/
chmod 0777 system/logs/
chmod 0777 image/
chmod 0777 image/thumbnails/
chmod 0777 download/
chmod 0777 extensions/
chmod 0777 admin/system/backup/
Note: If you do not have terminal access to your server, you can change file access permissions using an FTP client. Most of them have the "Change permissions" or "Change mode" functions. With the help of the function you are to set the permissions for the 'config.php' file and the directories listed above. The 'chmod 666 config.php' command means that you must set 666 permissions (in other words, read, write and execute permissions for the file user, group and other) for the 'config.php' file. Other commands (e.g. 'chmod -R 777 catalog') mean that you must set the same 777 permissions for the directory, its subdirectories and all the files under these directories. Please refer to your FTP client documentation for more detailed instructions on setting file permissions.
Make sure you have installed a MySQL Database which has a Mysql user assigned to it.
DO NOT USE YOUR ROOT USERNAME AND ROOT PASSWORD
Visit the store homepage
e.g. http://www.yourdomainname.com or http://www.yourdomainname.com/store/
Follow the onscreen instructions.
Delete the install directory.
Windows Install
Upload all the files and folders from the your local PC folder, where you unarchived AbanteCart distribution package.
Note: you can upload all the files to your server by FTP software, e. g. Filezilla (http://filezilla-project.org)
This can be to anywhere of your choice.
e.g. /wwwroot/store or /wwwroot
For Windows make sure the following folders and file permissions allow Read and Write.
system/config.php
system/
system/cache/
system/logs/
image/
image/data/
image/thumbnails/
download/
Note: If you do not have terminal access to your server, you can change file access permissions using an FTP client. Most of them have the "Change permissions" or "Change mode" functions. With the help of the function you are to set the permissions for the 'config.php' file and the directories listed above. The 'chmod 666 config.php' command means that you must set 666 permissions (in other words, read, write and execute permissions for the file user, group and other) for the 'config.php' file. Other commands (e.g. 'chmod -R 777 catalog') mean that you must set the same 777 permissions for the directory, its subdirectories and all the files under these directories. Please refer to your FTP client documentation for more detailed instructions on setting file permissions.
Make sure you have installed a MySQL Database which has a user assigned to it.
DO NOT USE YOUR ROOT USERNAME AND ROOT PASSWORD
Visit the store homepage
e.g. http://www.yourdomainname.com or http://www.yourdomainname.com/store/
Follow the onscreen instructions.
Now you should follow the Installation Wizard. The installation progress is shown in the Installation steps at the top of page.
License Agreement
Please read the license agreement. If you accept its statements, select theI agree to the license check box and click on the Continue button.
Checking Requirements
This phase checks your PHP configuration;MySQL configuration, and checks for PHP CURL, ZIP & GD support on your server;
Write permissions to files.
Write permissions to folders.
If all tests are passed, you should click the Continue button. Otherwise, contact your server administrator or hosting support.
Host And Database Settings
Now the Installation Wizard needs to know some details about your web server
Data load
click Install Demo Data if you want to install demo products, orders, categories, banners etc.
click Import Data from other application if you want to migrate your store from other carts.
click skip button if you want to install only default cart parameters.

