Skip to content

Application Deployment

Nick Hodges edited this page Mar 5, 2017 · 2 revisions

Required Files

Application deployed with this framework require:

And optionally but very recommended:

Deploying executable application along with libraries files (better performance)

The location of this libraries can be configured in IWBSGlobal.
Take a look at demo /demo/bin/wwwroot to see the default directory structure.

When you deploy your application, you can copy all those files from demo/bin/wwwroot directory to the destination machine.

Deploying only executable application

If you don't want to deploy any file, you can configure IWBootstrap to link all those libraries from public cdns.
Take a look at ServerController.pas