Changes between Initial Version and Version 1 of QuickStart/1:CreatingaNewApplication

Show
Ignore:
Timestamp:
04/15/09 19:43:30 (17 years ago)
Author:
trac (IP: 127.0.0.1)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • QuickStart/1:CreatingaNewApplication

    v1 v1  
     1= Quickstart 1: Creating a New Application = 
     2 
     3All Model-Glue applications start by creating a new copy of the "application template." That's the directory named "modelglueapplicationtemplate" that came in your Model-Glue .zip. 
     4 
     5To deploy a new copy of the template, follow these steps: 
     6 
     7  1. Create a new directory called "translator" under your Web root. 
     8  1. Copy the contents of the /modelglueapplicationtemplate directory to the /translator directory. 
     9  1. Open /translator/config/!ColdSpring.xml 
     10  1. Do a find and replace, changing "modelglueapplicationtemplate" to "translator" 
     11  1. Open /translator/config/!ModelGlue.xml 
     12  1. Do a find and replace, changing "modelglueapplicationtemplate" to "translator" 
     13  1. Open /translator/Application.cfm 
     14  1. Do a find and replace, changing "modelglueapplicationtemplate" to "translator" 
     15  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.