Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Finally, the SRP Application LauncherSRP Editor, and SRP Utilities should be installed using the software installers downloaded from our site. This process is very easy. Just launch each installer, one at a time, and specify the OpenInsight application folder in the Destination Folder when prompted:

 

 

 

Note

The SRP Editor installer will optionally install the SRP Utilities at the same time. Therefore, it is not necessary to re-install the SRP Utilities. Installing the SRP Editor is not necessary, but the SRP Utilities are a requirement for SRP FrameWorks to run properly.

 

 

 

 

Creating the Local (Production) Application

As commented above, the FRAMEWORKS application is meant to be where the core, and unmodified, entities should reside. Another application will need to be created for the target end user. This should be handled in the ordinary way except that the application should inherit from FRAMEWORKS rather than Default Inheritance, as shown in this example:

Image Added

 

Once this application has been created, it should already have the core SRP FrameWorks database tables attached. If not, then add them to this application using the same instructions provided above.

 

Finally, as with the FRAMEWORKS application, make sure to set FRW_MAIN as the application Entry Point. This will be test launched in the next article.