| | 1 | [[TOC(heading=Training Section Contents, Training*)]] |
| | 2 | |
| | 3 | = Section 1 – Installation = |
| | 4 | |
| | 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: |
| | 11 | |
| | 12 | {{{ |
| | 13 | |
| | 14 | <property name="type"><value>mssql</value></property> |
| | 15 | |
| | 16 | }}} |
| | 17 | |
| | 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: |
| | 20 | |
| | 21 | [[Image(training01-1.png, nolink)]][[BR]] |
| | 22 | '' A successful install '' |
| | 23 | |
| | 24 | ---- |
| | 25 | |
| | 26 | Next: [wiki:Training/Section02 Training Section 2: Show Me Some Skinning] |