Changes between Version 1 and Version 2 of Training/Section01

Show
Ignore:
Timestamp:
12/29/09 20:40:38 (16 years ago)
Author:
cfgrok (IP: 64.30.223.5)
Comment:

Converted unordered list to ordered list

Legend:

Unmodified
Added
Removed
Modified
  • Training/Section01

    v1 v2  
    33= Section 1 – Installation = 
    44 
    5  * Extract the [http://model-glue.com/blog/enclosures/PlantOMatic.zip PlantOMatic.zip] file into your webroot.  
    6  * Move the entire /PlantOMatic/install/coldspring directory into your webroot.  
    7  * Move the entire /PlantOMatic/install/ModelGlue directory into your webroot.  
    8  * Move the entire /PlantOMatic/install/reactor directory into your webroot.  
    9  * 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  * Note: If you use MSSQL, you must change line 114 in /PlantOMatic/config/ColdSpring.xml to:  
     5 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 114 in /PlantOMatic/config/ColdSpring.xml to:  
    1111 
    1212{{{  
    1313 
    14 <property name="type"><value>mssql</value></property>  
     14<property name="type"><value>mssql</value></property> 
    1515 
    1616}}} 
    1717 
    18  * Create a new data source in your !ColdFusion Administrator. Name the data source plantomatic 
    19  * Open up your web browser and visit: [http://localhost/PlantOMatic http://localhost/PlantOMatic] and compare your results with a successful installation shown below: 
     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: 
    2020 
    2121[[Image(training01-1.png, nolink)]][[BR]]