Your shopping cart is empty. Browse our Store

Magento

Open Source eCommerce Evolved

Magento Forum

   
How to install magento-1.0.19870 & magento-sample-data-1.0.19870
 
Sopik
Jr. Member
 
Total Posts:  1
Joined:  2008-05-11
 

HI All,
is there any documentation to install magento-1.0.19870 & magento-sample-data-1.0.19870?

Thanks.

BR, Sofian.

 
Magento Community Magento Community
Magento Community
Magento Community
 
Crucial
Sr. Member
 
Avatar
Total Posts:  293
Joined:  2007-11-07
Scottsdale, AZ
 

http://www.magentocommerce.com/wiki/welcome_to_the_magento_user_s_guide/chapter_2#installing_and_configuring_magento

It’s easier to do this in shell though:

wget http://www.magentocommerce.com/downloads/assets/1.0/magento-1.0.tar.gz
wget http://www.magentocommerce.com/downloads/assets/1.0/magento-sample-data-1.0.tar.gz
tar -zxvf magento-1.0.tar.gz
tar -zxvf magento-sample-data-1.0.tar.gz
mv magento-sample-data-1.0/media/* magento/media/
mv magento-sample-data-1.0/magento_sample_data_for_1.0.sql magento/data.sql
cd magento
chmod o+w var var/.htaccess app/etc
chmod -R o+w media
mysql -u DBUSER -pDBPASS DBNAME < data.sql
./pear mage-setup .
./pear install -f magento-core/Mage_All_Latest
rm -rf downloader/pearlib/cache/* downloader/pearlib/download/*
cd ..
chmod -R 777 magento

Setup a database and assign a user to it. Replace DBUSER, DBPASS, and DBNAME above. Copy and paste the entire thing. After it finishes just go through the web-based installer.

 Signature 

Crucial Web Hosting (Silver Partner)
Magento Containers is now available, complete with one-click installer and 100% Uptime SLA.
Use the coupon code maglite to get Magento Containers for only $80/month! This limited time offer expires July 11, 2008.

 
Magento Community Magento Community
Magento Community
Magento Community
Magento Community
Magento Community
    Back to top
 
Sales: Call 877.832.5289 (North America) 310.295.4144 (International) to request a call-back.
© Copyright 2008 Varien. Magento is a trademark of Irubin Consulting Inc. DBA Varien    Privacy Policy|Terms of Service