Version 7 (modified by anonymous, 15 years ago)

--

Error: Failed to load processor TOC
No macro or processor named 'TOC' found

Section 1: Installation

  1. Extract the PlantOMatic.zip file into your webroot.
  2. Setup required frameworks *
    1. Move the entire /PlantOMatic/_install/coldspring directory into your webroot.
    2. Move the entire /PlantOMatic/_install/ModelGlue directory into your webroot.
    3. Move the entire /PlantOMatic/_install/reactor directory into your webroot.
  3. Create a new empty database called plantomatic in either MSSQL or MySQL and run the appropriate script (appropriate .sql file in /PlantOMatic/_install/) to create the table structure and populate the database with initial data.
  4. Note: If you use MSSQL, you must change line 107 in /PlantOMatic/config/ColdSpring.xml to:
    <property name="type"><value>mssql</value></property>
    
  5. Create a new data source in your ColdFusion Administrator. Name the data source plantomatic
  6. Open up your web browser and visit: http://localhost/PlantOMatic and compare your results with a successful installation shown in the figure below:

Training 01 Image 1
A successful install

* Note: If you already have these setup w/mappings you may get an error. Disable the mappings while doing the training.


Next: Training Section 2: Show Me Some Skinning

Attachments