create setup files and GCP tutorial

This commit is contained in:
Robert Wilkins III 2023-04-19 22:59:56 +00:00
commit a200ddc4fd
3 changed files with 13 additions and 1 deletions

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
```