Changes between Version 5 and Version 6 of Training/Section01

Show
Ignore:
Timestamp:
09/07/10 20:01:48 (15 years ago)
Author:
anonymous (IP: 71.53.118.31)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Training/Section01

    v5 v6  
    22 
    33= Section 1: Installation = 
    4  
    54 1. Extract the [http://model-glue.com/blog/enclosures/PlantOMatic.zip PlantOMatic.zip] file into your webroot.  
    6  2. Move the entire /PlantOMatic/_install/coldspring directory into your webroot.  
    7  3. Move the entire /PlantOMatic/_install/ModelGlue directory into your webroot.  
    8  4. Move the entire /PlantOMatic/_install/reactor directory into your webroot.  
    9  5. Create a new empty database called plantomatic in either MSSQL or MySQL and run the appropriate script to create the table structure and populate the database with initial data. 
    10  6. '''Note:''' If you use MSSQL, you must change line 107 in /PlantOMatic/config/ColdSpring.xml to:  
    11  
     5 1. Setup required frameworks '''*''' 
     6   a. Move the entire /PlantOMatic/_install/coldspring directory into your webroot. 
     7   a. Move the entire /PlantOMatic/_install/ModelGlue directory into your webroot.  
     8   a. Move the entire /PlantOMatic/_install/reactor directory into your webroot.  
     9 1. Create a new empty database called plantomatic in either MSSQL or MySQL and run the appropriate script to create the table structure and populate the database with initial data. 
     10 1. '''Note:''' If you use MSSQL, you must change line 107 in /PlantOMatic/config/ColdSpring.xml to:  
    1211{{{  
    13  
    1412<property name="type"><value>mssql</value></property> 
    15  
    1613}}} 
    17  
    18  7. Create a new data source in your !ColdFusion Administrator. Name the data source plantomatic 
    19  8. Open up your web browser and visit: [http://localhost/PlantOMatic http://localhost/PlantOMatic] and compare your results with a successful installation shown in the figure below: 
     14 1. Create a new data source in your !ColdFusion Administrator. Name the data source plantomatic 
     15 1. Open up your web browser and visit: [http://localhost/PlantOMatic http://localhost/PlantOMatic] and compare your results with a successful installation shown in the figure below: 
    2016 
    2117[[Image(training01-1.png, nolink)]][[BR]] 
    2218'' A successful install '' 
    2319 
     20'''* Note:''' If you already have these setup w/mappings you may get an error. Disable the mappings while doing the training. 
    2421---- 
    2522