Signed-off-by: Sujay <sujaydey641@gmail.com>
This commit is contained in:
Sujay
2023-11-13 21:55:11 +05:30
parent a023e8c912
commit 70b1d26f09
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
# Installation guide
Installation of Shuffle is currently only available in docker. Looking for how to update Shuffle? Check the [updating guide](https://shuffler.io/docs/configuration#updating_shuffle)
This document outlines a an introduction environment which is not scalable. [Read here](https://shuffler.io/docs/configuration#production_readiness) for information on production readiness. This also includes system requirements and configurations for 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. This also includes system requirements and configurations for Swarm or Kubernetes.
# Docker - *nix
The Docker setup is done with docker-compose
+1 -1
View File
@@ -392,7 +392,7 @@ const AppSelection = props => {
}}
color="rgba(158, 158, 158, 1)"
>
Select the apps you work with and we will connect the for you.
Select the apps you work with and we will connect them for you.
</Typography>
{appButtons.map((appData, index) => {
+1 -1
View File
@@ -1,7 +1,7 @@
package main
/*
Orborus exists to listen for new workflow executions whcih are deployed as workers.
Orborus exists to listen for new workflow executions which are deployed as workers.
*/
// Potential issues: