create setup files and GCP tutorial
This commit is contained in:
parent
19193d21e0
commit
ff3817903f
3 changed files with 13 additions and 1 deletions
|
|
@ -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.
|
||||
|
||||
[](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
0
scripts/gcp_setup.sh
Normal file
10
scripts/gcp_setup_tutorial.yaml
Normal file
10
scripts/gcp_setup_tutorial.yaml
Normal 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
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue