Merge pull request #1914 from Shuffle/LalitDeore-patch-1
Add deployment section to README
This commit is contained in:
@@ -13,6 +13,51 @@ Installation of Shuffle is currently available for [docker](https://shuffler.io/
|
|||||||
|
|
||||||
This document outlines an introduction environment which is **not** scalable. [Read here](https://shuffler.io/docs/configuration#production_readiness) for information on production readiness and scalability. This also includes system requirements and configurations for **Docker Swarm** or **Kubernetes**.
|
This document outlines an introduction environment which is **not** scalable. [Read here](https://shuffler.io/docs/configuration#production_readiness) for information on production readiness and scalability. This also includes system requirements and configurations for **Docker Swarm** or **Kubernetes**.
|
||||||
|
|
||||||
|
## Deployment
|
||||||
|
|
||||||
|
**Shuffle can be deployed using the following cloud marketplaces:**
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li style="display: flex; align-items: center;">
|
||||||
|
<a
|
||||||
|
href="https://console.cloud.google.com/marketplace/product/shuffle-public/shuffle"
|
||||||
|
target="_blank"
|
||||||
|
style="text-decoration: none; display: flex; align-items: center; gap: 8px;"
|
||||||
|
>
|
||||||
|
<img
|
||||||
|
src="https://upload.wikimedia.org/wikipedia/commons/5/51/Google_Cloud_logo.svg"
|
||||||
|
height="20"
|
||||||
|
alt="Google Cloud Platform"
|
||||||
|
/>
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li style="display: flex; align-items: center; gap: 8px;">
|
||||||
|
<img
|
||||||
|
src="https://upload.wikimedia.org/wikipedia/commons/9/93/Amazon_Web_Services_Logo.svg"
|
||||||
|
height="20"
|
||||||
|
alt="Amazon Web Services"
|
||||||
|
style="opacity: 0.4;"
|
||||||
|
/>
|
||||||
|
<span style="color: #6a737d; font-size: 12px;">
|
||||||
|
Coming soon
|
||||||
|
</span>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li style="display: flex; align-items: center; gap: 8px;">
|
||||||
|
<img
|
||||||
|
src="https://upload.wikimedia.org/wikipedia/commons/a/a8/Microsoft_Azure_Logo.svg"
|
||||||
|
height="20"
|
||||||
|
alt="Microsoft Azure"
|
||||||
|
style="opacity: 0.4;"
|
||||||
|
/>
|
||||||
|
<span style="color: #6a737d; font-size: 12px;">
|
||||||
|
Coming soon
|
||||||
|
</span>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
# Docker - *nix
|
# Docker - *nix
|
||||||
The Docker setup is the default setup, and is ran with docker compose. This is [NOT a scalable build](https://shuffler.io/docs/configuration#production-readiness) without changes.
|
The Docker setup is the default setup, and is ran with docker compose. This is [NOT a scalable build](https://shuffler.io/docs/configuration#production-readiness) without changes.
|
||||||
|
|
||||||
|
|||||||
@@ -24,6 +24,50 @@ Follow us on Twitter at [@shuffleio](https://twitter.com/shuffleio).
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
## Deployment
|
||||||
|
|
||||||
|
**Shuffle can be deployed using the following cloud marketplaces:**
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li style="display: flex; align-items: center;">
|
||||||
|
<a
|
||||||
|
href="https://console.cloud.google.com/marketplace/product/shuffle-public/shuffle"
|
||||||
|
target="_blank"
|
||||||
|
style="text-decoration: none; display: flex; align-items: center; gap: 8px;"
|
||||||
|
>
|
||||||
|
<img
|
||||||
|
src="https://upload.wikimedia.org/wikipedia/commons/5/51/Google_Cloud_logo.svg"
|
||||||
|
height="20"
|
||||||
|
alt="Google Cloud Platform"
|
||||||
|
/>
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li style="display: flex; align-items: center; gap: 8px;">
|
||||||
|
<img
|
||||||
|
src="https://upload.wikimedia.org/wikipedia/commons/9/93/Amazon_Web_Services_Logo.svg"
|
||||||
|
height="20"
|
||||||
|
alt="Amazon Web Services"
|
||||||
|
style="opacity: 0.4;"
|
||||||
|
/>
|
||||||
|
<span style="color: #6a737d; font-size: 12px;">
|
||||||
|
Coming soon
|
||||||
|
</span>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li style="display: flex; align-items: center; gap: 8px;">
|
||||||
|
<img
|
||||||
|
src="https://upload.wikimedia.org/wikipedia/commons/a/a8/Microsoft_Azure_Logo.svg"
|
||||||
|
height="20"
|
||||||
|
alt="Microsoft Azure"
|
||||||
|
style="opacity: 0.4;"
|
||||||
|
/>
|
||||||
|
<span style="color: #6a737d; font-size: 12px;">
|
||||||
|
Coming soon
|
||||||
|
</span>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
## Try it
|
## Try it
|
||||||
* Self-hosted: Check out the [installation guide](https://github.com/shuffle/shuffle/blob/master/.github/install-guide.md)
|
* Self-hosted: Check out the [installation guide](https://github.com/shuffle/shuffle/blob/master/.github/install-guide.md)
|
||||||
* Cloud: Register at https://shuffler.io/register and get cooking
|
* Cloud: Register at https://shuffler.io/register and get cooking
|
||||||
|
|||||||
Reference in New Issue
Block a user