general:magento_installation_via_ssh
This is an old revision of the document!
Recommend Following These Alternative Instructions: |
Magento Installation via SSH |
Before you start, please make sure you substitute the version number to the latest version should it be higher then what is used in the reference post below.
- wget http://www.magentocommerce.com/downloads/assets/1.3.2.4/magento-1.3.2.4.tar.gz
- tar -zxvf magento-1.3.2.4.tar.gz
- cd magento
- chmod o+w var var/.htaccess app/etc
- chmod -R o+w media
If you are running php4 or php5.1.6 you will need to get the cgi binary and follow the following steps:
Navigate to your cgi-bin directory. If you don’t know where your cgi-bin directory is, ask your hosting provider.
- wget http://www.magentocommerce.com/support/php5cgi/php5-cgi
- chmod 755 php5-cgi
Then you should be set to install.
Please Note: |
For the beta release of version 1.4, use: http://www.magentocommerce.com/getmagento/1.4.0.0/magento-1.4.0.0-alpha2.tar.gz
You may also want to edit the .htaccess file in the Magento folder before you start the install - eg 1and1 users will need to remove the # from the lines related to 1and1


