{"id":22070212,"url":"https://github.com/atc-net/atc-installer","last_synced_at":"2026-04-15T19:35:41.862Z","repository":{"id":171898043,"uuid":"648554977","full_name":"atc-net/atc-installer","owner":"atc-net","description":"The objective with Atc.Installer is to streamline the installation and updating process for Applications, Services, and Websites in an On-Premises Windows environment, ensuring efficient management and maintenance.","archived":false,"fork":false,"pushed_at":"2024-06-11T20:47:59.000Z","size":3548,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-01-29T01:35:50.598Z","etag":null,"topics":["installer","onprem","wpf"],"latest_commit_sha":null,"homepage":"https://atc-net.github.io/repository/atc-installer","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/atc-net.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-06-02T08:39:48.000Z","updated_at":"2024-06-11T20:26:27.000Z","dependencies_parsed_at":null,"dependency_job_id":"0eb9be4e-9589-42a5-bf3a-fce5e948ef0c","html_url":"https://github.com/atc-net/atc-installer","commit_stats":null,"previous_names":["sandbox-atc-net/atc-installer","atc-net/atc-installer"],"tags_count":25,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atc-net%2Fatc-installer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atc-net%2Fatc-installer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atc-net%2Fatc-installer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atc-net%2Fatc-installer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/atc-net","download_url":"https://codeload.github.com/atc-net/atc-installer/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245153218,"owners_count":20569400,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["installer","onprem","wpf"],"created_at":"2024-11-30T20:15:24.743Z","updated_at":"2026-04-15T19:35:36.822Z","avatar_url":"https://github.com/atc-net.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Atc-installer\n\nAtc.Installer is a windows application that can be installed with the build artifact [Atc.Installer.msi](#MSI-packages-for-Atc.Installer.msi).\n\nThe objective with Atc.Installer is to streamline the installation and updating process for Applications, Services, \nand Websites in an [On-Premises](https://www.techslang.com/definition/what-is-on-premises/) Windows environment, \nensuring efficient management and maintenance.\n\n## Initial glimpse at the application, which comes equipped with a preloaded sample project.\n\nThe example is from the installation settings: [SampleProject1-InstallationSettings.json](sample-projects/SampleProject1/SampleProject1-InstallationSettings.json).\n\n| Light-Mode                                 | Dark-Mode                                     |\n|--------------------------------------------|-----------------------------------------------|\n| ![Img](docs/images/sampleproject1-gw1.png) | ![Img](docs/images/dm-sampleproject1-gw1.png) |\n\n## Concepts\n\nFor a system that requires multiple components in installed on a On-Premises Window machine. \nThe Atc.Installer can managed that through an `installation-settings.json` file.\n\nA realworld senerio could be, that the system you have made is:\n* A frontend website build in `React` with a backend that use `REST` and maybe use `SignalR`.\n* A backend build as `WebApi` in .NET that use a Windows service and a database.\n* A `PostgreSQL database`.\n* A Windows service like the \"Network List Service\" (netprofm).\n\nTo manage this on a Windows machine a options could be, host the frontend and backend on a `IIS Server`. \nEnsure the PostgreSQL service and \"Network List Service\" service is running.\n\nFor this scenario, 4 components with different tasks and settings must be defined.\n\nComponents:\n\n| Description   | Type           | ComponentType              | HostingFrameworkType | Settings         |\n|---------------|----------------|----------------------------|----------------------|------------------|\n| Frontend      | React          | InternetInformationService | NodeJs               | env.json         |\n| Backend       | WebApi         | InternetInformationService | DotNet7              | appsettings.json |\n| Database      | PostgreSQL     | PostgreSqlServer           | Native               | ConnectionString |\n| Other service | WindowsService | WindowsService             | NativeNoSettings     | No settings      |\n\nEach component can or will have `pre-requisites` of `dependent services` before it makes sens to install or run it.\n* Defenitions on `pre-requisites` is - what is needed before installing.\n* Defenitions on `dependent services` is - what is needed before trying running it.\n\n\n\nExamples on `pre-requisites` could be:\n* The fronend needs NodeJs, IIS module \"URL rewrite\" to be installed.\n* The backend needs IIS module \"Microsoft .NET Host\" and \"Microsoft ASP.NET Core\" to be installed.\n\nExamples on `dependent services` could be:\n* The fronend is dependet on the backend.\n* The backend is dependet on the \"Network List Service\" and the database.\n\n\n## Examples from SampleProject1\n\n| Component: FrontendGateway API             | Component: PostgreSQL                        |\n|--------------------------------------------|----------------------------------------------|\n| ![Img](docs/images/sampleproject1-gw1.png) | ![Img](docs/images/sampleproject1-psql1.png) |\n\n## MSI packages for Atc.Installer.msi\n\n|                              |                              |\n|------------------------------|------------------------------|\n| ![Img](docs/images/msi1.png) | ![Img](docs/images/msi2.png) |\n\n## Component Types \u0026 Hosting Framework Types\n\nToday the Atc.Installer supports a different kind of \"Components\" that are defined with a combination of `Component Type` and `Hosting Framework Type`.\n\n-\u003e And more can and will come over time.\n\n### Component Types\n\n| Component Type             | Covers Application / Services                                |\n|----------------------------|--------------------------------------------------------------|\n| Application                | Console, WinForm, Wpf or NodeJs app.                         |\n| ElasticSearchServer        | Elastic Search Server                                        |\n| InternetInformationService | WebSite (NodeJs-apps, Blazor, ASP.NET), WebApi (REST, gRPC). |\n| PostgreSqlServer           | PostgreSql Server                                            |\n| WindowsService             | Service                                                      |\n\n### Hosting Framework Types\n\n| Hosting Framework Type     | Underling framework                  |\n|----------------------------|--------------------------------------|\n| Native                     |                                      |\n| NativeNoSettings           |                                      |\n| DonNetFramework48          | .NET Framework                       |\n| DotNet7                    | .NET                                 |\n| DotNet8                    | .NET                                 |\n| NodeJs                     | NodeJs (min. v.18)                   |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatc-net%2Fatc-installer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fatc-net%2Fatc-installer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatc-net%2Fatc-installer/lists"}