Join
or
Log in
WordFrame
Integra
Website
About
Get started
Blog
Support
Forums
Tickets
Projects
.
Webmaster
Developer
.
Search
Home
SDK
Development guide
UI Reference
Installation workflow of a software package
Application pack installation
All dependencies need to be satisfied
Find all scheduled pack files and verify them. If a pack is not present locally- download it from the global repositories according to their priority
Installation of the pack with a SQL transaction
create the application local repository folder according to the naming convention
extract the application pack files into the created folder
additional actions about initialization if the application pack requires it
If something fails rollback prossible changes of all dependant packs
WebFrame pack installation
All dependencies need to be satisfied
Find all scheduled pack files and verify them. If a pack is not present locally- download it from the global repositories according to their priority
Installation of the pack with a SQL transaction
create the webframe pack local repository folder according to the naming convention.
extract the webframe pack files into already created folder
execute validation rules for correct naming and if possible type of the files - WebFrame.ascx, SettingsWebFrame.ascx.
Additional actions about initialization or something webframe pack based
If something fails rollback prossible changes of all dependant packs
User Interface pack installation
All dependencies need to be satisfied
Find all scheduled pack files and verify them. If a pack is not present locally- download it from the global repositories according to their priority
Installation of the pack with a SQL transaction
create the UI pack local repository folder according to the naming convention.
extract the ui pack files into already created folder
execute validation rules
If something fails rollback prossible changes of all dependant packs
Language pack installation
All dependencies need to be satisfied
Find all scheduled pack files and verify them. If a pack is not present locally- download it from the global repositories according to their priority
Installation of the pack with a SQL transaction
load, parse and validate language resources file
add database records for language pack and resources
If something fails rollback prossible changes of all dependant packs
Utility pack installation
All dependencies need to be satisfied
Find all scheduled pack files and verify them. If a pack is not present locally- download it from the global repositories according to their priority
Installation of the pack with a SQL transaction
create the utility pack local repository folder according to the naming convention.
extract the utility pack files into already created folder
execute validation rules
If something fails rollback prossible changes of all dependant packs
WordFrame basics
What is WordFrame?
The platform architecture
Development
Language package
Overview
Create from blank
Customize existing
UI package
Webframe package
Overview
Create from blank
Customize existing
Search appliance
Distribution
Process overview
Software packages
Overview
Conventions
Installation path
Installation workflow
Update workflow
Uninstall workflow
Package signing
Become a vendor