This section details how to install osCommerce using your SSH client. This is an advanced technique and requires that you fully understand what you are doing. If you are comfortable working from the Linux command line, this is a breeze, and you can have a fully functional osCommerce installation in about 15 minutes. This is the fastest method to install osCommerce if you know what you are doing. If you do not know how to use SSH, I recommend using the standard FTP installation method, unless you are willing to take extra time to learn this process.
This guide assumes the following path /home/public_html/catalog as your base install directory. If your path is different, adjust the below instructions accordingly. I also assume that you have uploaded the zip file to your server already and it is in your public_html directory.
Installation
You are finished with the installation.
Pre - Install File Permissions:
Directory Permission Level
/admin/includes chmod 755
/catalog/includes chmod 755
/admin/includes/configure.php chmod 777
/catalog/includes/configure.php chmod 777
/catalog/images chmod 777
Post - Install File Permissions:
Directory Permission Level
/admin/includes chmod 755
/catalog/includes chmod 755
/admin/includes/configure.php chmod 644
/catalog/includes/configure.php chmod 644
/catalog/images chmod 777