Manual installation of osCommerce
Get a FREE osCommerce installation with SiteGround osCommerce hosting services
To install OsCommerce on your hosting account manually, you should first of all download the OsCommerce files archive on your hard drive. You can download the osCommerce files here.
Upload the osCommerce file on your hosting account
Once you have downloaded the release you would like to use, you can upload it to your hosting account using an FTP client or the File Manager tool under your Cpanel. More detailed information how exactly you can do that can be found here:
As soon as the upload of the file is completed, you can unpack it using the File Manager tool. In order to do that, you should access the File Manager from your cPanel, find the osCommerce package, click on it and extract it using the [Extract File Contents] button.
Creating a Database and Adding a User to It
You can create a MySQL database and add a username to it through the cPanel -> phpMyAdmin tool. More information on how to do this can be found at the: How to create MySQL database and user tutorial.
OsCommerce Web Installation
To start the installation, you should go to yourdomain.com/shop (for the purposes of this tutorial, we will assume that /shop is the folder of your osCommerce installation) and click on [Continue].

Then you should fill in the Database information:
Database Server: localhost
Username: youruser_osc
Password: your password
Database Name: youruser_osc
and click on [Continue] again.

The next page shows the Web Server settings. In most cases you won't have to change anything here because the installation detects them automatically.

Again, to proceed to the next step you should click on [Continue].
Then the OsCommerce installation will prompt you to enter the shop info, as well as the administrator username and password.

After you fill in the details, don't forget to click on the [Continue] button to proceed to the last page.

Finally there are two more steps that you should make to complete the installation.
- Rename the /install folder or delete it, using the File Manager or FTP.
- Change the permissions of the files /includes/configure.php and /admin/includes/configure.php to 444 using the File Manager.
|