Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How do I install osc?


gregc

Recommended Posts

Posted

:'( complete newbie, downloaded and unzipped the osc 2.2milestone

 

How do iinstall it?

 

 

much apreciated!

Posted

Depends whether or not you want to install online (on a domain) or offline (an install on your home computer)?

 

Either way, a good place to start is to follow the Documentation link to the Knowledge Base, and the Installation Guide.

 

Vger

Posted
Depends whether or not you want to install online (on a domain) or offline (an install on your home computer)?

 

Either way, a good place to start is to follow the Documentation link to the Knowledge Base, and the Installation Guide.

 

Vger

 

 

cheers, tried looking for a guide but couldnt find it!!

 

Will get out the magnifying glass!

 

thanks

Posted
:'(  complete newbie, downloaded and unzipped the osc 2.2milestone

 

How do iinstall it?

much apreciated!

 

If you plan to install it on the windows xp, here is the my step

 

Prepare:

 

A. Install Apache 2.0.x:

B. Install PHP4

C. Config PHP4 as an Apache module

D. Install MySQL

 

Install oscommerce

1. Download oscommerce 2.2 from http://www.oscommerce.com/solutions/downloads

2. Extract the ditribution file into a directory

3. Add alias for Apache in httpd.conf

 

Alias /oscommerce/ "C:/oscommerce/"

<Directory "C:/oscommerce">

AllowOverride None

Options None

Order allow,deny

Allow from all

</Directory>

4. Apply Register Globals Patch Files from http://www.oscommerce.com/community/contri...egister_globals

 

 

 

 

Min

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...