Artefact Manifest
The following deployment units will be provided for the deployment of the LinXmart application.
| Item | Description |
|---|---|
CDL.NLS.Web.API.<version>.zip | A zip file containing the deployment artefacts for the API web site. |
CDL.NLS.Worker.WindowsService.<version>.zip | A zip file containing deployment artefacts for the application worker service. |
CDL.NLS.Web.App.<version>.zip | A zip file containing deployment artefacts for the main application web site. |
api-setup.ps1 | A parameterized script for deploying the API web site. |
service-setup.ps1 | A parameterized script for deploying the application worker service. |
web-setup.ps1 | A parameterized script for deploying the main application web site. |
run-api-setup.ps1 | A template script for installing the API web site, showing examples for the required deployment properties. |
run-service-setup.ps1 | A template script for installing the application worker service, showing examples for the required deployment properties. |
run-web-setup.ps1 | A template script for installing the main application web site, showing examples for the required deployment properties. |
Sql\MainDBChangeScripts\ | Update scripts (by version) for the main LinXmart database. |
Sql\ProjectDBChangeScripts\ | Update scripts (by version) for the LinXmart project databases. |
Sql\Create_LinXmart_Database_And_Schema.sql | A database creation script for a new LinXmart database, this will also create the tables and other required objects. |
Sql\Create_LinXmart_Schema.sql | A script to create the full schema for LinXmart. Assumes the database already exists. |