interchange / interchange
- Source
- Commits
- Network (16)
- Issues (0)
- Downloads (98)
- Wiki (1)
- Graphs
-
Tag:
STABLE_5_2-root
| name | age | message | |
|---|---|---|---|
| |
.cvsignore | Sun Feb 22 11:28:38 -0800 2004 | |
| |
LICENSE | Thu Oct 26 22:34:29 -0700 2000 | |
| |
MANIFEST | Thu Apr 08 11:03:54 -0700 2004 | |
| |
MANIFEST.SKIP | Wed Jun 18 14:35:57 -0700 2003 | |
| |
Makefile.PL | Fri Jan 09 05:15:11 -0800 2004 | |
| |
README | Sat Jan 03 11:30:57 -0800 2004 | |
| |
README.cvs | Wed Dec 03 09:36:14 -0800 2003 | |
| |
README.debian | Tue Jan 20 13:12:23 -0800 2004 | |
| |
README.rpm-dist | Wed Dec 03 09:35:50 -0800 2003 | |
| |
SPECS/ | Thu Dec 04 06:51:24 -0800 2003 | |
| |
UPGRADE | Fri Dec 05 17:15:36 -0800 2003 | |
| |
WHATSNEW | Fri Apr 02 15:33:17 -0800 2004 | |
| |
code/ | Fri Apr 02 06:49:06 -0800 2004 | |
| |
configure | Sat Jan 03 11:30:57 -0800 2004 | |
| |
debian/ | Thu Apr 08 11:03:54 -0700 2004 | |
| |
dist/ | Tue Apr 06 19:19:45 -0700 2004 | |
| |
eg/ | Thu Jun 19 13:08:37 -0700 2003 | |
| |
extensions/ | Wed Jul 02 19:24:07 -0700 2003 | |
| |
extra/ | Thu Jun 27 10:21:04 -0700 2002 | |
| |
hints.pl | Tue Jul 17 18:57:21 -0700 2001 | |
| |
install_lsb.pl | Mon Jan 27 11:03:37 -0800 2003 | |
| |
lib/ | Thu Apr 08 08:05:09 -0700 2004 | |
| |
relocate.pl | Wed Jun 18 14:43:14 -0700 2003 | |
| |
scripts/ | Sat Jan 03 11:30:57 -0800 2004 | |
| |
share/ | Sun Feb 08 14:34:46 -0800 2004 | |
| |
test.pl | Fri Aug 01 08:05:54 -0700 2003 |
README
-----------------------------------------------------------------------------
I N T E R C H A N G E
Interchange 5.1.0
Copyright (C) 2002-2004 Interchange Development Group
Copyright (C) 1996-2002 Red Hat, Inc.
Originally based on Vend 0.2 and 0.3, copyright 1995-96 by Andrew M. Wilcox.
This program is offered without warranty of any kind.
See the file LICENSE for redistribution terms.
-----------------------------------------------------------------------------
Interchange is a full-featured web application server with
online ordering; real-time credit card processing hooks; high-end
database access and retrieval with SQL support; product categorizing,
merchandising, and discounting; basic customer relationship management;
dynamic content presentation; content management; internationalization
and localization support; real-time tax and shipping hooks; reporting;
and web-based administration.
Interchange absolutely REQUIRES Perl 5.6.0 or later on a Unix-like operating
system.
-----------------------------------------------------------------------------
More information is in the following files and directories:
LICENSE The text of the GNU General Public License (GPL) under which
Interchange is supplied.
README.rpm-dist Notes on using Interchange when installed from RPM packages.
README.debian Notes on using Interchange when installed from Debian packages.
README.cvs How to access the CVS repository to track ongoing development.
WHATSNEW Changes per version for this version family.
UPGRADE Instructions on how to upgrade from an earlier Interchange
version.
-----------------------------------------------------------------------------
Major files/directories in the distribution:
Makefile.PL Script to create a Makefile, used for installation.
dist/ The distribution files, exclusive of executable
files and modules. Includes:
interchange.cfg.dist Distribution interchange.cfg
foundation/ Demo catalog skeleton, used by makecat
src/ C and Perl code for CGI links
lib/ Back-end administrative interface
code/ Usertags and other customizable code
extra/ Some not-always-needed Perl libraries.
hints.pl OS-specific configuration settings. None currently used.
lib/ The library modules needed to run Interchange.
scripts/ The executable files, relocated to bin/ in the install
directory.
relocate.pl Script that adjusts paths in scripts/ for installation into
bin/.
test.pl The installation test script.
-----------------------------------------------------------------------------
I N S T A L L A T I O N
You can install Interchange as root for a multi-user system-wide setup, or
as an unprivileged user who will be the only one modifying Interchange files.
Here is the quick installation summary:
gzip -dc interchange-5.0.0.tar.gz | tar xvf -
cd interchange-5.0.0
./configure
The configure script asks where you'd like to install Interchange, and
(against common practice) also install it.
The Interchange server doesn't do much if it isn't servicing one or more
actual catalogs, so you next need to make your first Interchange catalog,
as described in the next section.
-----------------------------------------------------------------------------
D E M O
There is a demo catalog skeleton included called 'foundation'.
To build your own catalog from the demo, go to the directory where you
installed Interchange (default is "interchange" in your home directory,
/usr/local/interchange for root installations, or /usr/lib/interchange
for RPM installations) and run:
bin/makecat
Follow the prompts and after restarting the Interchange server you
should be able to access the demo catalog.
Please note that some functionality (notably the reporting features)
may not be available if you are not using an SQL database such as
MySQL or PostgreSQL.
Visit http://demo.icdevgroup.org/ to try out a live demo.
-----------------------------------------------------------------------------
D O C U M E N T A T I O N
A documentation package is available, with documentation in many different
formats. This and other information is available at the Interchange home on
the web:
http://www.icdevgroup.org/
-----------------------------------------------------------------------------
C O M P A T I B I L I T Y
Interchange is regularly tested on various Linux distributions and FreeBSD.
It has also been used on Mac OS X, Solaris, OpenBSD, Digital UNIX/Tru64, SCO,
AIX, and other Unix variants. It should work on any Unix with Perl 5.6.0 or
higher and the necessary Perl modules.
-----------------------------------------------------------------------------
(end)
