Rename run script to run_skyvern.sh (#23)

This commit is contained in:
Kerem Yilmaz
2024-03-04 11:28:51 -08:00
committed by GitHub
parent 3bf56717c9
commit 0917fa0702
3 changed files with 2 additions and 2 deletions

View File

@@ -83,7 +83,7 @@ Before you begin, make sure you have the following installed:
```
1. Start the server
```bash
./run.sh
./run_skyvern.sh
```
1. You can start sending requests to the server, but we built a simple UI to help you get started. To start the UI, run the following command:
```bash

View File

View File

@@ -52,8 +52,8 @@ setup_postgresql() {
exit 1
fi
brew install postgresql@14
brew services start postgresql@14
fi
brew services start postgresql@14
if psql skyvern -U skyvern -c '\q'; then
echo "Connection successful. Database and user exist."