Difference between revisions of "OsCommerce"

From SME Server
Jump to navigationJump to search
Line 15: Line 15:
 
For uninstall just hit the following command
 
For uninstall just hit the following command
 
  yum remove smeserver-oscommerce
 
  yum remove smeserver-oscommerce
And any of both commands execute  
+
And always after one of both commands above execute  
 
  signal event post-upgrade  
 
  signal event post-upgrade  
 
  signal-event reboot
 
  signal-event reboot

Revision as of 18:50, 17 February 2008


osCommerce 2.2RC1 for SME 7.x

Maintainer

Sylvain Gomez
mailto:sylvaingomez@free.fr

Description

osCommerce is an Open Source based online shop e-commerce solution that is available for free under the GNU General Public License. It features a rich set of out-of-the-box online shopping cart functionality that allows store owners to setup, run, and maintain their online stores with minimum effort and with no costs, fees, or limitations involved. For more information see http://www.oscommerce.com/.

Installation and Uninstallation

For installation just hit the following command

yum install smeserver-oscommerce --enablerepo=smecontribs

For uninstall just hit the following command

yum remove smeserver-oscommerce

And always after one of both commands above execute

signal event post-upgrade 
signal-event reboot

Use

To use osCommerce, start your favorite browser at http://yourdomain.com/oscommerce.

The administration panel is available at https://yourdomain.com/oscommerce/admin.


Warning.png Warning:
For security-reasons, change the admin password as soon as possible!

User: admin

Pass: admin


Additional information


Sylvain Gomez (Cool34000)