From 284158b33b2ce848745fe6bd28e1887cf58aee10 Mon Sep 17 00:00:00 2001 From: Gabriel Luiz Freitas Almeida Date: Wed, 16 Aug 2023 15:39:08 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20chore(deploy=5Flangflow=5Fgcp.sh?= =?UTF-8?q?):=20add=20script=20to=20deploy=20Langflow=20on=20Google=20Clou?= =?UTF-8?q?d=20Platform?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 📝 docs(walkthroughtutorial.md): add tutorial for deploying Langflow on Google Cloud Platform The `deploy_langflow_gcp.sh` script is added to the `scripts/gcp` directory. This script sets up the necessary VM, image, and networking configuration for deploying Langflow on Google Cloud Platform. It also creates firewall rules, installs dependencies, and starts the Langflow server. The `walkthroughtutorial.md` file is added to the `scripts/gcp` directory. This file provides a step-by-step tutorial on how to deploy Langflow on Google Cloud Platform using the `deploy_langflow_gcp.sh` script. It includes instructions on setting up the GCP environment, running the script, and connecting to the Langflow VM. Cleanup instructions are also provided in the tutorial for removing the resources created during the deployment process. 📝 docs(walkthroughtutorial_spot.md): add walkthrough tutorial for deploying Langflow on Google Cloud Platform This commit adds a new file `walkthroughtutorial_spot.md` which contains a step-by-step tutorial for deploying Langflow on Google Cloud Platform (GCP) using Google Cloud Shell. The tutorial provides an introduction, prerequisites, instructions for setting up the GCP environment, deploying Langflow, connecting to the Langflow VM, and cleaning up resources after the deployment. The tutorial is authored by Robert Wilkins III and has a duration of 45 minutes. It assumes that the user has a GCP account and basic knowledge of Google Cloud Shell. The tutorial also includes links to relevant documentation and provides commands for configuring the GCP environment and deploying Langflow. The tutorial is comprehensive and aims to guide users through the process of deploying Langflow on GCP. It also includes cleanup instructions for removing the resources created during the tutorial if desired. --- scripts/{ => gcp}/deploy_langflow_gcp.sh | 0 scripts/{ => gcp}/deploy_langflow_gcp_spot.sh | 0 scripts/{ => gcp}/walkthroughtutorial.md | 0 scripts/{ => gcp}/walkthroughtutorial_spot.md | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename scripts/{ => gcp}/deploy_langflow_gcp.sh (100%) rename scripts/{ => gcp}/deploy_langflow_gcp_spot.sh (100%) rename scripts/{ => gcp}/walkthroughtutorial.md (100%) rename scripts/{ => gcp}/walkthroughtutorial_spot.md (100%) diff --git a/scripts/deploy_langflow_gcp.sh b/scripts/gcp/deploy_langflow_gcp.sh similarity index 100% rename from scripts/deploy_langflow_gcp.sh rename to scripts/gcp/deploy_langflow_gcp.sh diff --git a/scripts/deploy_langflow_gcp_spot.sh b/scripts/gcp/deploy_langflow_gcp_spot.sh similarity index 100% rename from scripts/deploy_langflow_gcp_spot.sh rename to scripts/gcp/deploy_langflow_gcp_spot.sh diff --git a/scripts/walkthroughtutorial.md b/scripts/gcp/walkthroughtutorial.md similarity index 100% rename from scripts/walkthroughtutorial.md rename to scripts/gcp/walkthroughtutorial.md diff --git a/scripts/walkthroughtutorial_spot.md b/scripts/gcp/walkthroughtutorial_spot.md similarity index 100% rename from scripts/walkthroughtutorial_spot.md rename to scripts/gcp/walkthroughtutorial_spot.md