Installation steps in Magento


Note: Before Installation of Magento you must install the basic requirements of PHP setups (e.g WAMP or XAMP or LAMP)
## ** ** * Default Installation steps in Magento * ** ** ##
steps:
1.download latest version of magento from http://www.magentocommerce.com/download.
2.unzip it in to the root folder(e.g www root folder in wamp).
3.make a empty database using phpmyadmin or any other, set the name as'magento_db' or as u like and import sample magento_sample_data_for_1.2.0 and copy media folder on root and path ..\magento\skin\frontend\default\default\images,downloaded from http://www.magentocommerce.com/download(to get sample data in website frontend).
4.now install magento by hitting the URL(example:http://localhost/magento-1.4.0.1/)
5.and follow the steps shown on the page when u hit the URL.
6.after finishing the installation just make some settings as below step.
7.now open the Varien.php file using below path(need to do some time if u get any session_set_cookie_params error or admin panel is not open) .
E:\wamp\www\magento-1.4.0.1\app\code\core\Mage\Core\Model\Session\Abstract\Varien.php once u open file lets comment the line as shown below:
//call_user_func_array('session_set_cookie_params', $cookieParams);
8. now open backend i,e admin panel (http://localhost/magento-1.4.0.1/admin)
and login into admin panel (use same username and password u created at the time of installation process.)
9. next click on system->configuration->web->Unsecure
Set Base URL:http://localhost/magento-1.4.0.1/ and press save button
10.next click on system->configuration->web->secure
Set Base URL:http://localhost/magento-1.4.0.1/ and press save button then goto the frontend i.e http://localhost/magento-1.4.0.1/ u will see Magento demo site.
Installation steps in Magento Installation steps in Magento Reviewed by Web Technology Funda on 10:42:00 PM Rating: 5

No comments

Free! Free!Free! Subscribe to Get Free PHP (Magento) tutorial Update in Your Inbox!!! Hurry Up!!!