-
Notifications
You must be signed in to change notification settings - Fork 42
Application Deployment
Nick Hodges edited this page Mar 5, 2017
·
2 revisions
Application deployed with this framework require:
- bootstrap framework 3 (http://getbootstrap.com)
- JQuery version 1.9.0 or higher (https://jquery.com)
And optionally but very recommended:
- Bootstrap Dynamic Tabs (https://github.com/kattunga/Bootstrap-Dynamic-Tabs)
- Webshim (https://afarkas.github.io/webshim/demos)
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.
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