├── .gitignore ├── CODE_OF_CONDUCT.md ├── LICENSE ├── README.md ├── SECURITY.md ├── SUPPORT.md ├── documentation ├── Admin Guide - Creating Custom Application Types.docx ├── Government.Accelerator.Installation.Guide.docx ├── Government.Accelerator.Walkthrough.Guide.docx ├── Government.Solution.Packaging.Design & ERD.pptx └── GovernmentAccelerator.Metadata.xlsx ├── packagedeployer ├── PackageDeployer_GovernmentAcceleratorCDM.zip ├── PackageDeployer_GovernmentAcceleratorPortal.zip ├── PackageDeployer_GovernmentServicesApp.zip └── PackageDeployer_GovernmentServicesSampleData.zip └── solutions ├── GovernmentCDMAnchor_managed.zip ├── GovernmentCommonCDM_managed.zip ├── GovernmentConnectionRoles_managed.zip ├── GovernmentModelApps_managed.zip ├── GovernmentPortalAnchor_managed.zip ├── GovernmentPortal_managed.zip ├── GovernmentProcesses_managed.zip ├── GovernmentServicesAppAnchor_managed.zip └── GovernmentServicesSampleDataAnchor_managed.zip /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Industry-Accelerator-Government/HEAD/.gitignore -------------------------------------------------------------------------------- /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Industry-Accelerator-Government/HEAD/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Industry-Accelerator-Government/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Industry-Accelerator-Government/HEAD/README.md -------------------------------------------------------------------------------- /SECURITY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Industry-Accelerator-Government/HEAD/SECURITY.md -------------------------------------------------------------------------------- /SUPPORT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Industry-Accelerator-Government/HEAD/SUPPORT.md -------------------------------------------------------------------------------- /documentation/Admin Guide - Creating Custom Application Types.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Industry-Accelerator-Government/HEAD/documentation/Admin Guide - Creating Custom Application Types.docx -------------------------------------------------------------------------------- /documentation/Government.Accelerator.Installation.Guide.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Industry-Accelerator-Government/HEAD/documentation/Government.Accelerator.Installation.Guide.docx -------------------------------------------------------------------------------- /documentation/Government.Accelerator.Walkthrough.Guide.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Industry-Accelerator-Government/HEAD/documentation/Government.Accelerator.Walkthrough.Guide.docx -------------------------------------------------------------------------------- /documentation/Government.Solution.Packaging.Design & ERD.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Industry-Accelerator-Government/HEAD/documentation/Government.Solution.Packaging.Design & ERD.pptx -------------------------------------------------------------------------------- /documentation/GovernmentAccelerator.Metadata.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Industry-Accelerator-Government/HEAD/documentation/GovernmentAccelerator.Metadata.xlsx -------------------------------------------------------------------------------- /packagedeployer/PackageDeployer_GovernmentAcceleratorCDM.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Industry-Accelerator-Government/HEAD/packagedeployer/PackageDeployer_GovernmentAcceleratorCDM.zip -------------------------------------------------------------------------------- /packagedeployer/PackageDeployer_GovernmentAcceleratorPortal.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Industry-Accelerator-Government/HEAD/packagedeployer/PackageDeployer_GovernmentAcceleratorPortal.zip -------------------------------------------------------------------------------- /packagedeployer/PackageDeployer_GovernmentServicesApp.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Industry-Accelerator-Government/HEAD/packagedeployer/PackageDeployer_GovernmentServicesApp.zip -------------------------------------------------------------------------------- /packagedeployer/PackageDeployer_GovernmentServicesSampleData.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Industry-Accelerator-Government/HEAD/packagedeployer/PackageDeployer_GovernmentServicesSampleData.zip -------------------------------------------------------------------------------- /solutions/GovernmentCDMAnchor_managed.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Industry-Accelerator-Government/HEAD/solutions/GovernmentCDMAnchor_managed.zip -------------------------------------------------------------------------------- /solutions/GovernmentCommonCDM_managed.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Industry-Accelerator-Government/HEAD/solutions/GovernmentCommonCDM_managed.zip -------------------------------------------------------------------------------- /solutions/GovernmentConnectionRoles_managed.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Industry-Accelerator-Government/HEAD/solutions/GovernmentConnectionRoles_managed.zip -------------------------------------------------------------------------------- /solutions/GovernmentModelApps_managed.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Industry-Accelerator-Government/HEAD/solutions/GovernmentModelApps_managed.zip -------------------------------------------------------------------------------- /solutions/GovernmentPortalAnchor_managed.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Industry-Accelerator-Government/HEAD/solutions/GovernmentPortalAnchor_managed.zip -------------------------------------------------------------------------------- /solutions/GovernmentPortal_managed.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Industry-Accelerator-Government/HEAD/solutions/GovernmentPortal_managed.zip -------------------------------------------------------------------------------- /solutions/GovernmentProcesses_managed.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Industry-Accelerator-Government/HEAD/solutions/GovernmentProcesses_managed.zip -------------------------------------------------------------------------------- /solutions/GovernmentServicesAppAnchor_managed.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Industry-Accelerator-Government/HEAD/solutions/GovernmentServicesAppAnchor_managed.zip -------------------------------------------------------------------------------- /solutions/GovernmentServicesSampleDataAnchor_managed.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Industry-Accelerator-Government/HEAD/solutions/GovernmentServicesSampleDataAnchor_managed.zip --------------------------------------------------------------------------------