############ What do I need to run the jatedemo ?####

  create an mSQL database called jatedemo

msqladmin create jatedemo

  use jatedemo.dump to copy in demo tables
  (in msql.acl for jatedemo read and write =(user your http runs))
  after changing msql.acl

msqladmin reload

msql -h yourhost jatedemo < jatedemo.dump

  There are three tables in jatedemo.dump 
     vendors
     customers 
     askedquestions
  First two are for an example of 
          table of anouncements for second hand cars
  Third is for example of AQ (Asked Questions)

################ jatefiles of demo #######################

    move ./jatedemo in your account (or whereever you want on your drive)

mv ./jatedemo /users/federico/

    open files cars.jate and jaq.jate with emacs and replace all ./jatedemo
    with its full path (path where you want it to be)
    like
    replace (editor command) ./jatedemo/ /users/federico/jatedemo/

  if you are going to use remote mSQL server 
     in same files (cars.jate and jaq.jate)
     repl local  with  "yourremoteservername"

################ To run ##########################

  Give URL of jate to your browser 
   like  http://your.host.com:80/cgi-bin/jate

##########  Jate running  ########################

1) In the first page (jatefile) give (see before)
     /users/federico/cars.jate

2) In the second page (host) give (see before)
         local OR  "yourremoteservername"

3) proceed up to the page called Main Workspace.
         here you can select and see all forms of cars.jate.

for example.
1)  Where written "Create a new report" select "Search Customers"
2)  press Report button.
3)  In the next page press "Create Form" 
    Youll get the final search form for Customers submit it....

check EASY_SITE
