Changes between Version 3 and Version 4 of QuickStart/1:CreatingaNewApplication

Show
Ignore:
Timestamp:
12/21/09 18:36:26 (16 years ago)
Author:
cfgrok (IP: 64.30.223.5)
Comment:

Updates to Quickstart Section

Legend:

Unmodified
Added
Removed
Modified
  • QuickStart/1:CreatingaNewApplication

    v3 v4  
    1111  1. Open /translator/config/!ModelGlue.xml 
    1212  1. Do a find and replace, changing "modelglueapplicationtemplate" to "translator" 
    13   1. Open /translator/Application.cfm 
     13  1. Open /translator/Application.cfc 
    1414  1. Do a find and replace, changing "modelglueapplicationtemplate" to "translator" 
    1515  1. Open /translator/RemotingService.cfc 
    1616  1. Do a find and replace, changing "modelglueapplicationtemplate" to "translator" 
    17   1. Open http://localhost/translator. You'll get a message saying that "Model-Glue is up and running!" If you don't, and you can't figure out why, now's a good time to sign up for the [http://groups.google.com/group/model-glue Model-Glue Google Group] and post a question. 
     17  1. Browse to http://localhost/translator. You should get a message saying that "Model-Glue is up and running!" If you don't, and you can't figure out why, now's a good time to sign up for the [http://groups.google.com/group/model-glue Model-Glue Google Group] and post a question. 
     18 
     19Optionally, you can delete the following files: 
     20 
     21 * /translator/Application.cfm 
     22 * /translator/build.properties 
     23 * /translator/build.xml 
     24 * /translator/readme.txt 
     25 
     26Note that Application.cfm is provided for those who do not wish to use Application.cfc. If you prefer to use Application.cfm, perform steps 7 and 8 using this file instead, and be sure to delete Application.cfc, as if it is present it will take precedence over Application.cfm. 
    1827 
    1928---- 
    20 Next: [wiki:QuickStart/2:ModellingourApplication#Quickstart2:ModelingourApplication Quickstart 2: Modeling our Application] 
     29Next: [wiki:QuickStart/2:ModellingourApplication Quickstart 2: Modeling our Application] 
    2130