1)
Create a directory for Emaze Auction in your webserver's public directory. This can be named EmazeAuction or whatever you wish.
For the sake of convenience, we assume you named it EmazeAuction.
2)
Copy all of the subdirectories within the EmazeAuction directory to the directory you just created on your webserver. There are 4
files you need to copy from the the EmazeAuction directory as well:
Application.cfm
initialize.cfm
index.cfm
category.cfm
lot.cfm
verify.cfm
3)
If you are using Microsoft Access 97, copy the database template, emazeauction.mdb, to your webserver. The database can be
anywhere you choose. It does not need to be within the EmazeAuction/ directory. Rather, it should be outside of your publicdirectory. You are welcome to rename the file to anything you want.
If you do not have Microsoft Access 97, you may use any SQL database. Please email us at support@emaze.com for the file to create
the database. We have a script that works for SQL Server versions 6.5 and 7.0. It will probably work with Oracle as well.
4)
Log into the ColdFusion Administrator and add the emazeauction.mdb database to the list of Cold Fusion datasources. You may
name the datasource anything you want. Be sure to check that the datasource is working properly. If you are hosting with an ISP, you
will need to have your ISP do this for you since they will not give you access to the ColdFusion Administrator.
5)
We highly recommend you use the CF Scheduler for closing auctions. Register for the Scheduler to do the following:
Run every hour or other time period you choose, depending on how often you close lots.
Run http://www.yourdomain.com/EmazeAuction/program/scheduler.cfm
6)
To initialize Emaze Auction, point your browser to: http://www.yourdomain.com/EmazeAuction/initialize.cfm . Fill in the
appropriate fields and submit the form to initialize Emaze Auction.
7)
If using a database other than Access, run the createdb.cfm script to set up the database. If you did not FTP the createdb.cfm script
to your server, be sure to do so. Point your browser to: http://www.yourdomain.com/EmazeAuction/createdb.cfm.
8)
Delete the EmazeAuction/initialize.cfm file from the server. If necessary, delete the createdb.cfm script as well.
9)
To set up your auctions, point your browser to the Emaze Auction Admin screens at
http://www.yourdomain.com/EmazeAuction/admin/index.cfm.
username: master
password: emaze
We strongly recommend you at least change the password after logging in. Just click on Master in the User section. You should also
delete the initialize.cfm file.