Secure Trade Link, Inc. - SSX 2.0.1
---------------------------------------------------------------------
SSX 2.0.1 README - BRIEF INSTALL GUID
---------------------------------------------------------------------

Thank you for downloading SSX 2.0.1 - FREE Standalone distribution.
This Distribution intended to be use with Linux OS / Apache web server
and MySQL Database, so it runs (almost) out the box.

BRIEF INSTALL GUIDE

1. Linux Os (as of today);

Fedora 6, 		Fedora 5, 		Fedora 4,
Fedora 3, 		Rawhide, 		RedHat 9,
PLD, 			Mandriva 2007, 	Mandriva 2006,
Mandrake 10.X,	Mandrake 9.X,	SuSE 10.X,
SuSE 9.X,		ALTLinux		VPS 1995
VPS BSD 1995	VPS 95 and up.	CPANLE

2. Perl 5.6 or better.  Packages needed for normal operations.
perl -MCPAN -e SHELL

DBI			Net::SMTP		Digest::MD5
MIME::Base32	MIME::Base64	CGI
CGI::Carp

3. Database MySql 5x, 4x and MySql GUI tools 5.x

Restore ssx-2-0-1-db.sql using MySql administrator creating schema
 called "secure".

Inside table "path" using MySql browser Query, replace "www.stlc.com"
you're your domain. On lines Path_Id - 25, 31, 32, 40, 41, 42, 100,
101, 104, 105, 106, 107

Inside table paths using MySql browser Query, replace
/smbshare/out/ssx/ with where you want to deploy the code and apache
web server is install.

Example:  /smbshare/out/ssx/htdocs		/var/www/htdoc

Now						Example Yours
/smbshare/out/ssx/				/var/www/
/smbshare/out/ssx/cgi-bin/			/var/www/cgi-bin/
/smbshare/out/ssx/stlc/files/			/var/www/stlc/files/
/smbshare/out/ssx/temp/			/var/www/temp/
/smbshare/out/ssx/htdocs/			/var/www/htdocs/
/smbshare/out/ssx/htdocs/image/		/var/www/htdocs/image/
/smbshare/out/ssx/mail/			/var/www/mail/
/smbshare/out/ssx/ratifi/			/var/www/ratifi/
/smbshare/out/ssx/scanit/			/var/www/scanit/
/smbshare/out/ssx/bundle/			/var/www/bundle/
/smbshare/out/ssx/fonts/			/var/www/fonts/

Everything ends with a "/"

Basically changing /smbshare/out/ssx   to  /var/www

Version 2.0.2 these settings will be put into settings.sub

Email support change Path_Id 55(user name) and 56 (password) 52 (email
server) 53 (smtp service)

Changing your Title is Path_Id 70 and 71

Event email address - Path_Id 50, 51, 73.

Delivery notification is Path_Id 46 and new user is 57.
Etc.

Another way to edit "path" in system menu.

4. Changing your settings.sub inside your /cgi-bin directory.

    $dhost = "cluster008";			Change to db server of your choice
May changes in your /etc/host file.
Most use "localhost"

    $dschm = "secure";				Database schema ( this default )
    $dba = "DBI:mysql:$dschm:$dhost";
    $fba = "DBI:mysql:$dschm:$dhost";
    $user = "stlcuser";				connect as user to the db.
    $pass = "securetradelink";			password db user needs to connect
    $seed= "STLC";				default is (STLC)

    $version = "3.0-20070130";		current version.

/cgi-bin/ is where all .pl files and settings.sub go.
/cgi-bin/local/  is where all local .sub files go.
/cgi-bin/globals/ is where all globals .sub files go.


5.	Changing HTML wrap around can be done using Content management and SEO
tools.
*** Note every page on the entire site can be managed by the SEO, we left
1 complete example installed for you to look at.  Also you can do more
than 1 domain at time, as many vhosts as you like.

COMMON ERRORS
------
Db user name and Password not correctly set.  Try using the db user and
password with MySql administrator see if connects using that.

Do not have the right on cg-bin to execute perl files.  Give directory
permissions to apache.

Email server user name password are not correctly set. Do not receive
emails.

-----------------------------------------------------------
Thank you for using SSX 2.0.1
- The Secure Trade Link, Inc. - Team -
-----------------------------------------------------------
