You are on page 1of 2

/////////////////////////////////

///
OpenCart V1.5.x
///
///
Install Instructions ///
/// http://www.opencart.com ///
/////////////////////////////////
NOTE: THIS IS FOR NEW INSTALL ONLY!
IF UPGRADING YOUR EXISTING CART, BE SURE TO READ THE UPGRADE.TXT FILE INSTEAD
------INSTALL
------These instructions are for a manual installation using FTP, cPanel or other web
hosting Control Panel.
- Linux Install 1. Upload all the files and folders to your server from the "Upload" folder. Thi
s can be to anywhere of your choice. e.g. /public_html or /public_html/store
2. Rename config-dist.php to config.php and admin/config-dist.php to admin/confi
g.php
3. For Linux/Unix make sure the following folders and files are writable.
chmod
chmod
chmod
chmod
chmod
chmod

0755
0755
0755
0755
0755
0755

or
or
or
or
or
or

0777
0777
0777
0777
0777
0777

image/
image/cache/
cache/
download/
config.php
admin/config.php

If 0755 does not work try 0777.


4. Make sure you have installed a MySQL Database which has a user assigned to it
DO NOT USE YOUR ROOT USERNAME AND ROOT PASSWORD
5. Visit the store homepage e.g. http://www.example.com or http://www.example.co
m/store/
6. You should be taken to the installer page. Follow the onscreen instructions.
7. After successful install, delete the /install/ directory from ftp.
- Windows Install 1. Upload all the files and folders to your server from the "Upload" folder. Thi
s can be to anywhere of your choice. e.g. /wwwroot/store or /wwwroot
2. Rename config-dist.php to config.php and admin/config-dist.php to admin/confi
g.php
3. For Windows make sure the following folders and files permissions allow Read
and Write.
image/
image/cache/

cache/
download/
config.php
admin/config.php
4. Make sure you have installed a MySQL Database which has a user assigned to it
DO NOT USE YOUR ROOT USERNAME AND ROOT PASSWORD
5. You should be taken to the installer page. Follow the onscreen instructions.
6. After successful install, delete the /install/ directory from ftp.

- Local Install There are many all-in-one webservers out there and most of them should work with
OpenCart out of the box. Some examples...
http://www.apachefriends.org/en/xampp.html
http://www.ampps.com/
http://www.usbwebserver.net
EOF

You might also like