create setup files and GCP tutorial

This commit is contained in:
Robert Wilkins III 2023-04-19 22:59:56 +00:00 committed by Gabriel Luiz Freitas Almeida
commit ff3817903f
3 changed files with 13 additions and 1 deletions

View file

@ -1,6 +1,8 @@
# Running Langflow from a new GCP project
# Running Langflow from a new Google Cloud project
This guide will help you set up a Langflow Dev VM in a Google Cloud Platform project using Google Cloud Shell.
[![Open in Cloud Shell](https://gstatic.com/cloudssh/images/open-btn.svg)](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/genome21/langflow&working_dir=scripts&shellonly=true&tutorial=gcp_setup_tutorial.yaml)
## Run the following in your GCP cloudshell:

0
scripts/gcp_setup.sh Normal file
View file

View file

@ -0,0 +1,10 @@
title: Setting up Langflow on GCP
description: This tutorial guides you through setting up Langflow on GCP
steps:
- title: Running setup script
content: |
Running the setup script to create resources and deploy Langflow on GCP.
```bash
source gcp_setup.sh
```