
- Apache Web Server
- PHP 5.0 & above
- MySQL Database
- Curl
- OpenCart Kit
All these prerequistics can be achieved using a single bundled software called the Xampp. Please follow the procedure below to install the opencart on localhost.
|
|
How To Install OpenCart CMS In Local Host Computer
Linux Install
- Upload all the files and folders to your server from the "Upload" folder. This can be to anywhere of your choice. e.g. /public_html or /public_html/store
- Rename config-dist.php to config.php and admin/config-dist.php to admin/config.php
- For Linux/Unix make sure the following folders and files are writable.
chmod 0755 or 0777 image/cache/
chmod 0755 or 0777 cache/
chmod 0755 or 0777 download/
chmod 0755 or 0777 config.php
chmod 0755 or 0777 admin/config.php
If 0755 does not work try 0777.
- 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.example.com or http://www.example.com/store/
- You should be taken to the installer page. Follow the onscreen instructions.
- After successful install, delete the /install/ directory from ftp.
Windows Install
- Upload all the files and folders to your server from the "Upload" folder. This can be to anywhere of your choice. e.g. /wwwroot/store or /wwwroot
- Rename config-dist.php to config.php and admin/config-dist.php to admin/config.php
- For Windows make sure the following folders and files permissions allow Read and Write.
image/cache/
cache/
download/
config.php
admin/config.php
- Make sure you have installed a MySQL Database which has a user assigned to it
- DO NOT USE YOUR ROOT USERNAME AND ROOT PASSWORD
- You should be taken to the installer page. Follow the onscreen instructions.
- After successful install, delete the /install/ directory from ftp.