Changes between Initial Version and Version 1 of InstallingModelGlue

Show
Ignore:
Timestamp:
04/15/09 19:43:30 (17 years ago)
Author:
trac (IP: 127.0.0.1)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallingModelGlue

    v1 v1  
     1= Installing Model-Glue = 
     2 
     3To install Model-Glue, all you need to do is copy a few files and possibly make a few mappings. 
     4 
     5== Prerequisites == 
     6 
     7Model-Glue 2.0 requires a few other bits to run. Installation is painless, and should take about five minutes. 
     8 
     91. The !ColdSpring Framework must be downloaded and installed. It's available at [http://www.coldspringframework.org www.coldspringframework.org]. 
     10 
     112. If you want to do any of the automated database interaction, such as scaffolding, the Reactor Framework must be downloaded and installed. It's available at [http://www.reactorframework.org www.reactorframework.org]. 
     12 
     13''Note: If you want to use asynchronrous abilities inside of Model-Glue, you'll also need own !ColdFusion Enterprise as well as download/install the Concurrency Library from [http://www.corfield.org www.corfield.org]. You know who you are, and you're pretty advanced.'' 
     14 
     15== To Install Model-Glue on a Default Installation of !ColdFusion (No mappings required!): == 
     16 
     17A default installation of !ColdFusion is what you've got if you've simply installed !ColdFusion and used your existing Web root, like "c:\inetpub\wwwroot" as the location of your documents. In a default installation with a Web root of "c:\inetpub\wwwroot," a !ColdFusion component named "!ModelGlue.Util.!GenericCollection" would be in the "c:\inetpub\wwwroot\!ModelGlue\Util" directory. 
     18 
     19  1. Unzip the Model-Glue distribution .zip 
     20  1. Copy the !ModelGlue folder into your Web root 
     21 
     22That's it. 
     23 
     24== To Install Model-Glue using !ColdFusion mappings: == 
     25 
     26  1. Unzip the Model-Glue distribution .zip 
     27  1. Put the !ModelGlue folder somewhere permanent. 
     28  1. Map /!ModelGlue to wherever you've moved the !ModelGlue folder. 
     29 
     30That's it.