mirror of
https://github.com/langflow-ai/langflow.git
synced 2026-07-24 02:32:13 +08:00
create setup files and GCP tutorial
This commit is contained in:
@ -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
|
||||
```
|
||||
Reference in New Issue
Block a user