Zen Cart® truly is the art of e-commerce; free,
user-friendly, open source shopping cart software. The ecommerce web
site design program is being developed by a group of like-minded shop
owners, programmers, designers, and consultants that think ecommerce
web design could be and should be done differently.
Installation
1) Downloaded zencart application from
website.
2) Extracted the file and copied it to
the location /home/anwar/apache/htdocs/
3) Created database named "zencart"
>create database zencart;
Granted permission to the database
for the user zencartuser.
> GRANT ALL PRIVILEGES ON
zencart.* TO "zencartuser"@"localhost" IDENTIFIED
BY "redhat";
Flushed privilege
>flush privileges;
4) Changed permission of the wordpress
file on that location
chown -R www:www /home/www/www/*
5) Restart Apache and enter the
open browser and enter the following address
6)
http://test007.server.com/zencart
Follow the instructions during
installation and zencart will be installed.
No comments:
Post a Comment