Trabla: Install ZenCart 1.5.5a on windows ( XAMPP 5.6.21 )
Zen Cart is an online store management system. It is PHP-based, using a MySQL database and HTML components. Support is provided for numerous languages and currencies, and it is freely available under the GNU General Public License.Zen Cart branched from osCommerce as a separate project in 2003.
https://en.wikipedia.org/wiki/Zen_Cart
Solving:
1. Download and install XAMPP 5.6.21 from official site:
https://www.apachefriends.org/download.html
2. Download Zen Cart 1.5.5a source from official site:
https://www.zen-cart.com/index.php
3. Create folder \zencart in XAMPP htdocs folder
C:\xampp\htdocs\zencart
and copy all files from downloaded Zen Cart 1.5.5a source
4. Run XAMPP Control Panel
- start Apache
- start Database
5. Open in browser following url to start installation
http://localhost/zencart/zc_install/index.php
Click "Continue" button
6. "System Setup" page
- enable checkbox - agree to license
- click "Continue" button
7. "Database Setup" page
We need to create database first:
1) Open in new browser tab
http://localhost/phpmyadmin - Databse Client
2) Select - "Databases" tab
- type database name - "zencart"
- select encoding - "utf8_geberal_ci"
- click "Create" button
3) Go back to installation page and type following data
user - "root"
click "Continue"
8. Creating Database ...
9. "Admin Setup" page
- enter data
- REMEMBER admin password
- REMEMBER admin directory
- click "Continue" button
10. Installation done
- now delete /zc_install folder
e.g. C:\xampp\htdocs\zencart\zc_install
11. Admin login - finalization settings
Enjoy Zen Cart :)
No comments:
Post a Comment