From 50578a8121de8ca73d17b20ae7619157ed5392c0 Mon Sep 17 00:00:00 2001 From: Dmitriy Kirakosyan Date: Thu, 3 Oct 2024 15:12:51 +0700 Subject: [PATCH 1/2] Add information about code-push-server repository --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index c138eb31..a3a48b4b 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,10 @@ CodePush SDK enables seamless in-app updates and serves as a core component of t To start integrating CodePush into your project, visit our [documentation](https://docs.microsoft.com/en-us/appcenter/distribution/codepush/). If you're interested in contributing or building the SDK from source, follow the steps below. +## Self-Hosted CodePush Server + +For teams or organizations looking to self-host CodePush, we now offer the [CodePush Server](https://github.com/microsoft/code-push-server). This server allows you to set up and manage CodePush as a self-hosted service, giving you more control over your infrastructure and data. Visit the repository for installation instructions, usage guides, and more. + ## Dev Setup * Install [Node.js](https://nodejs.org/) From 2e6c7dd80954114d1dcf8c179e51abebc46841d3 Mon Sep 17 00:00:00 2001 From: Dmitriy Kirakosyan Date: Thu, 3 Oct 2024 16:02:08 +0700 Subject: [PATCH 2/2] Apply suggestions --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a3a48b4b..2a55ca28 100644 --- a/README.md +++ b/README.md @@ -8,9 +8,9 @@ CodePush SDK enables seamless in-app updates and serves as a core component of t To start integrating CodePush into your project, visit our [documentation](https://docs.microsoft.com/en-us/appcenter/distribution/codepush/). If you're interested in contributing or building the SDK from source, follow the steps below. -## Self-Hosted CodePush Server +## Visual Studio App Center CodePush Standalone Version -For teams or organizations looking to self-host CodePush, we now offer the [CodePush Server](https://github.com/microsoft/code-push-server). This server allows you to set up and manage CodePush as a self-hosted service, giving you more control over your infrastructure and data. Visit the repository for installation instructions, usage guides, and more. +For teams or organizations looking to self-host CodePush, we now offer the [CodePush Standalone Version](https://github.com/microsoft/code-push-server) which is compatible with this SDK. It allows you to set up and manage CodePush as a self-hosted service, giving you more control over your infrastructure and data. Visit the repository for installation instructions, usage guides, and more. ## Dev Setup