CMS & Blog Templates

WordPress - Joomla - Mambo - Drupal - Php-Nuke
home >E-commerce templates >OsCommerce Templates >OsCommerce Tutorials >OsCommerce Web Based Installation

OsCommerce Web Based Installation


OsCommerce Installation OsCommerce Web Based Installation  



Introduction
The Pre-Installation Procedure must be followed before following the instructions here.
The web based configuration procedure allows osCommerce to be configured by providing default configuration parameter values for beginning users, and allows each configuration parameter to be modified by the advanced users.

The configuration parameter values that are provided by default are gathered from environment variables set on the server, and will differ for each server osCommerce is installed on.

NOTE:
Accepting the default values provided will usually work, however some servers may need some configuration parameters to be manually set and may require contacting the server administrator or hosting company.


Starting The Web Based Configuration Procedure
osCommerce automatically detects if the installation has been finished, and redirects to the installation procedure if the installation has not yet been finished.

The welcoming page on Figure 1 should be shown on the web browser, and the configuration procedure can be started by clicking on "Install a new online store".



New Installation Options
The osCommerce installation can be customized for new installations and to configure (or to reconfigure) osCommerce installations.

New osCommerce installations will need to import the catalog database and will also need to be configured to the server. Both of these options can be selected on the page as shown on Figure 2.

osCommerce installations that need to be reconfigured only (for example, when moving to another server) do not need to have the database import selected, otherwise a new database will be used instead of an existing database.





Importing The Database
  • Database Import Configuration
  • Possible Error Messages
  • Successful Database Connection
  • Successful Database Import
Database Import Configuration
The database import step is required for new osCommerce installations to setup the required structured information in the database, in the form of tables and data relationships.

The information needed for this step should have been acquired during the Pre-Installation Procedure.
  • Database server address
  • Database server username
  • Database server password
  • Database name




NOTE:
The database is automatically created on the server if the database does not exist and if the user account provided has the access privileges to do so. As such super access privileges are not required for the normal operation of osCommerce, the user account can be safely changed later in the web based configuration procedure during the database server configuration step.

Database Table Prefix
It is recommended to use a database table prefix if the osCommerce database is to be shared with other web based applications. This avoids any possible conflicts with the use of table names that may already exist on the server.

Persistent Connections
Persistent connections may improve the performance of dedicated servers that experience high loads.

Persistent connections should not be enabled for installations on shared hosting servers as it will usually degrade the performance instead of improving it.

Session Storage
The session data osCommerce uses on a per customer basis can either be stored in the database or on the web server as files.

It is recommended for shared hosting servers to use database session storage due to security related issues.

File based session storage improves performance but is only recommended for dedicated servers. Most web hosting sites are NOT dedicated servers.

Possible Error Messages
The web based configuration procedure verifies the information provided before proceeding to the next step to make sure the osCommerce installation operates without any problems when the configuration procedure has been complete.

If problems are encountered during the database import configuration step, the error message and instructions on how to fix the problem are shown as seen on Figure 4.






Successful Database Connection
When a successful connection to the database server is made via the database configuration parameters provided, a success page is shown as seen on Figure 5 to inform that the next step can be performed safely.





Successful Database Import
When the required osCommerce data and optional sample data have been imported into the database, a success page is shown as seen on Figure 6 to inform that the next step can be performed safely.





Webserver Configuration
  • HTTP Configuration
  • Possible Error Messages
  • Successful Webserver Configuration
HTTP Configuration
The HTTP configuration step is required to correctly configure the navigation links used within osCommerce, and to correctly set cookie relation information specific to the server osCommerce is installed on.

The information needed for this step should have been gathered during the Pre-Installation Procedure:

  • Webserver address
  • Location of the osCommerce installation
  • Secure webserver address (optional)






WWW Address
The WWW address is the full address to the osCommerce installation, for example:
http://www.my-server.com/osCommerce/

Webserver Root Directory
The webserver root directory is the physical directory where osCommerce is installed on the server, for example:
/usr/home/hpdl/public_html/osCommerce/

HTTP Cookie Domain
The HTTP cookie domain is used when storing cookie related information on the customers browser. A valid cookie domain consists of a minium of 2 dots in the address, for example:
.my-server.com

HTTP Cookie Path
The HTTP cookie path is used to secure access to the cookie information stored on the customers browser. This is useful for shared servers to make sure only one osCommerce installation has access to the cookies it has set, for example:
/~hpdl/osCommerce/

Dedicated servers may lessen the access control so that all web based applications on the server can share cookie related information.

Work Directory
The work directory is required by osCommerce to store cached files and session data if file based session storage is used.

Possible Error Messages
The web based configuration procedure verifies the information provided before proceeding to the next step to make sure the osCommerce installation operates without any problems when the configuration procedure has been complete.

If problems are encountered during the webserver configuration step to setup a directory, the error message and instructions on how to fix the problem are shown as seen on Figure 8.





If problems are encountered during the webserver configuration step to change the permissions (chmod) on a file, the error message and instructions on how to fix the problem are shown as seen on Figure 9.





Successful Webserver Configuration
When the webserver has been configured, a success page is shown as seen on Figure 10 to inform that the next step can be performed safely.





Secure Webserver Configuration

The secure webserver configuration step is only activated when secure SSL connections have been enabled in the (normal) webserver configuration step.

Possible Error Messages
The web based configuration procedure verifies the information provided before proceeding to the next step to make sure the osCommerce installation operates without any problems when the configuration procedure has been complete.

Successful Configuration
When the provided configuration parameters have been successfully written to the configuration files, a success page is shown as seen on Figure 13 to inform that the web based configuration procedure has been concluded, and that the Catalog and Administration Tool have been successfully setup and are ready to be used.




 

OsCommerce Installation OsCommerce Web Based Installation  

Introduction
The Pre-Installation Procedure must be followed before following the instructions here.
The web based configuration procedure allows osCommerce to be configured by providing default configuration parameter values for beginning users, and allows each configuration parameter to be modified by the advanced users.

The configuration parameter values that are provided by default are gathered from environment variables set on the server, and will differ for each server osCommerce is installed on.

NOTE:
Accepting the default values provided will usually work, however some servers may need some configuration parameters to be manually set and may require contacting the server administrator or hosting company.

Starting The Web Based Configuration Procedure
osCommerce automatically detects if the installation has been finished, and redirects to the installation procedure if the installation has not yet been finished.

The welcoming page on Figure 1 should be shown on the web browser, and the configuration procedure can be started by clicking on "Install a new online store".



New Installation Options
The osCommerce installation can be customized for new installations and to configure (or to reconfigure) osCommerce installations.

New osCommerce installations will need to import the catalog database and will also need to be configured to the server. Both of these options can be selected on the page as shown on Figure 2.

osCommerce installations that need to be reconfigured only (for example, when moving to another server) do not need to have the database import selected, otherwise a new database will be used instead of an existing database.





Importing The Database
  • Database Import Configuration
  • Possible Error Messages
  • Successful Database Connection
  • Successful Database Import
Database Import Configuration
The database import step is required for new osCommerce installations to setup the required structured information in the database, in the form of tables and data relationships.

The information needed for this step should have been acquired during the Pre-Installation Procedure.
  • Database server address
  • Database server username
  • Database server password
  • Database name




NOTE:
The database is automatically created on the server if the database does not exist and if the user account provided has the access privileges to do so. As such super access privileges are not required for the normal operation of osCommerce, the user account can be safely changed later in the web based configuration procedure during the database server configuration step.

Database Table Prefix
It is recommended to use a database table prefix if the osCommerce database is to be shared with other web based applications. This avoids any possible conflicts with the use of table names that may already exist on the server.

Persistent Connections
Persistent connections may improve the performance of dedicated servers that experience high loads.

Persistent connections should not be enabled for installations on shared hosting servers as it will usually degrade the performance instead of improving it.

Session Storage
The session data osCommerce uses on a per customer basis can either be stored in the database or on the web server as files.

It is recommended for shared hosting servers to use database session storage due to security related issues.

File based session storage improves performance but is only recommended for dedicated servers. Most web hosting sites are NOT dedicated servers.

Possible Error Messages
The web based configuration procedure verifies the information provided before proceeding to the next step to make sure the osCommerce installation operates without any problems when the configuration procedure has been complete.

If problems are encountered during the database import configuration step, the error message and instructions on how to fix the problem are shown as seen on Figure 4.






Successful Database Connection
When a successful connection to the database server is made via the database configuration parameters provided, a success page is shown as seen on Figure 5 to inform that the next step can be performed safely.





Successful Database Import
When the required osCommerce data and optional sample data have been imported into the database, a success page is shown as seen on Figure 6 to inform that the next step can be performed safely.





Webserver Configuration
  • HTTP Configuration
  • Possible Error Messages
  • Successful Webserver Configuration
HTTP Configuration
The HTTP configuration step is required to correctly configure the navigation links used within osCommerce, and to correctly set cookie relation information specific to the server osCommerce is installed on.

The information needed for this step should have been gathered during the Pre-Installation Procedure:

  • Webserver address
  • Location of the osCommerce installation
  • Secure webserver address (optional)






WWW Address
The WWW address is the full address to the osCommerce installation, for example:
http://www.my-server.com/osCommerce/

Webserver Root Directory
The webserver root directory is the physical directory where osCommerce is installed on the server, for example:
/usr/home/hpdl/public_html/osCommerce/

HTTP Cookie Domain
The HTTP cookie domain is used when storing cookie related information on the customers browser. A valid cookie domain consists of a minium of 2 dots in the address, for example:
.my-server.com

HTTP Cookie Path
The HTTP cookie path is used to secure access to the cookie information stored on the customers browser. This is useful for shared servers to make sure only one osCommerce installation has access to the cookies it has set, for example:
/~hpdl/osCommerce/

Dedicated servers may lessen the access control so that all web based applications on the server can share cookie related information.

Work Directory
The work directory is required by osCommerce to store cached files and session data if file based session storage is used.

Possible Error Messages
The web based configuration procedure verifies the information provided before proceeding to the next step to make sure the osCommerce installation operates without any problems when the configuration procedure has been complete.

If problems are encountered during the webserver configuration step to setup a directory, the error message and instructions on how to fix the problem are shown as seen on Figure 8.





If problems are encountered during the webserver configuration step to change the permissions (chmod) on a file, the error message and instructions on how to fix the problem are shown as seen on Figure 9.





Successful Webserver Configuration
When the webserver has been configured, a success page is shown as seen on Figure 10 to inform that the next step can be performed safely.





Secure Webserver Configuration

The secure webserver configuration step is only activated when secure SSL connections have been enabled in the (normal) webserver configuration step.

Possible Error Messages
The web based configuration procedure verifies the information provided before proceeding to the next step to make sure the osCommerce installation operates without any problems when the configuration procedure has been complete.

Successful Configuration
When the provided configuration parameters have been successfully written to the configuration files, a success page is shown as seen on Figure 13 to inform that the web based configuration procedure has been concluded, and that the Catalog and Administration Tool have been successfully setup and are ready to be used.




 
OsCommerce Templates OsCommerce Themes OsCommerce Hosting
OsCommerce Directory OsCommerce Modules OsCommerce Books
   
Free OsCommerce Themes
Free OsCommerce Themes available here is basically a ready-made design representing a typical high-quality and beautiful design of all of the CMS and Blog OsCommerce Themes.
   
Customize OsCommerce Templates
OsCommerce templates customization services you can easily get a unique and professional looking website that will correspond to your business needs.
   
Best OsCommerce Hosting
Are looking for the best OsCommerce web hosting? A good web host for OsCommerce that we can suggest which is available on the web.
   
Best OsCommerce Books
Are looking for the best OsCommerce books? Here we have some good collection of books about OsCommerce available on the web, which can be used for beginner or intermidiate developers.
   
 

» OsCommerce Templates
» Free OsCommerce Templates
» OsCommerce Hosting
» OsCommerce Themes
» OsCommerce Modules
» OsCommerce FAQ
» OsCommerce Tutorials
» OsCommerce Directory
» OsCommerce Resources
» OsCommerce videos
» OsCommerce Books
» OsCommerce Templates Customization

All CMS & Blog Templates are completely customizable and ready for immediate download.

Template Types
» Turnkey Websites
» Premium Templates
» Flash Templates
» PowerPoint Templates
» Personal Pages Templates
» Most Popular
» Low Budget Templates
» Flash Photo Galleries
» Corporate Identity
» Last Added Templates
» Zero Downloads
» CSS Web Templates
» PhpBB3
» PhpBB2
» phpBB Skins
» Web 2.0 Templates
» Forums Web Templates
» Portals Web Templates
» Flash Intro Templates
» SWiSH Templates
» Zencart Templates
» CRE Loaded Templates
» osCommerce Templates
» Halloween Web
» XML Flash Site Templates
» Magento Templates


Template Categories
» Dynamic Swish
» Full site
» Flash Site
» Dynamic Flash
» Full package
» 3 colors
» 3D style
» Agriculture
» Alternative Power
» Animals & Pets
» Architecture
» Art & Photography
» ArtWorks
» Beauty
» Books
» Brewery Templates
» Business
» Cafe and Restaurant
» Cars
» Charity
» Christmas Templates
» Clean Style
» Communications
» Computers
» Dating
» Dynamic flash photo galleries
» Education
» Electronics
» Entertainment
» Exterior Design
» Family
» Fashion
» Fireworks
» Flash 8
» Flash Animated
» Flash intro header
» Flowers
» Food & Drink
» Forums
» Games
» Gifts
» Hosting
» Hotels
» Icon Sets
» Industrial
» Interior & Furniture
» Internet
» Jewelry
» Law
» Logosets
» Maintenance Services
» Media
» Medical
» Military
» Mobile Templates
» Music
» Night Club
» Online Casino
» Online Store/Shop
» Papervision 3D
» Personal Pages
» Politics
» Portal
» Real Estate
» Religious
» Science
» Security
» Society & Culture
» Software
» Sport
» St.Patrick Green Templates
» St.Valentine
» Stretched
» Swish Animated
» SWiSHmax2 Templates
» Tools & Equipment
» Transportation
» Travel
» Web Design
» Wedding
» Wide Templates


Web Templates | WordPress Themes | PHP-Nuke Themes | Joomla! Templates | Mambo Templates | Drupal Themes | phpBB Templates | Flash Web Templates |
Dynamic flash photo gallery templates | osCommerce Templates | CRE Loaded Templates | CSS Web Templates | XML Sitemap | SWiSH Templates |
Real Estate Templates | Site Map | Site CMS | Flash Flip Book | Web Templates Customization | Website Builder | Affiliate Program | Resources |
Templates Directory | Link to us | Submit a site | Submit Articles | News
Copyright © 2003 -2009 CMS & Blog Templates. All Right Reserved. FAQ | Terms of Use  Web Design by Digital Dreams - Your Outsource Partner