How to Upgrade Magento Via SSH

Upgrading Magento via SSH is usually much simpler than via the magento downloader. To upgrade follow these simple steps. 1. First backup. Download a copy of your database, and backup your files. You can make a zip of them. 2. Set the permissions for mage: chmod +x...

Centos & SSH2: Properly installing

Everything is harder on Centos, and that includes ssh2. If you’re having issues, here are the steps below. 1. First you have to install the following packages: yum install automake make php-devel libtool openssl-devel gcc++ gcc 2. Next, change to the following...