The Magento Core API gives you the ability to manage
customers, categories, products, sales, and the checkout process. It
is also used to retrieve counties and the regions that those
countries contain.
Installation
1) Downloaded magentocart application
from website
2) Extracted the file and copied it to
the location /home/www/www/
3) Created database named "magento"
>create database magento;
Granted permission to the database
for the user root.
> GRANT ALL PRIVILEGES ON
magento.* TO "magentouser"@"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) For Magento installation
mcrypt,curl,gd extension should be enabled
6) Recompiled Php with
gd,curl,libiconv and mcrypt and pdo
./configure --prefix=/usr/local
--with-config-file-path=/usr/local/php --enable-force-cgi-
redirect --with-mysql=/usr/local/mysql
--with-zlib --with-pdo-
mysql=/usr/local/mysql --with-mcrypt
--with-
libiconv --with-curl --with-gd
--enable-
simplexml --enable-soap --enable-dom
--enable-hash --enable-libxml
Restart Apache and enter the open
browser and enter the following address
http://test007.server.com/magento
Follow the instructions during
installation and magento will be installed.
No comments:
Post a Comment