Rename run script to run_skyvern.sh (#23)
This commit is contained in:
@@ -83,7 +83,7 @@ Before you begin, make sure you have the following installed:
|
|||||||
```
|
```
|
||||||
1. Start the server
|
1. Start the server
|
||||||
```bash
|
```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:
|
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
|
```bash
|
||||||
|
|||||||
2
setup.sh
2
setup.sh
@@ -52,8 +52,8 @@ setup_postgresql() {
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
brew install postgresql@14
|
brew install postgresql@14
|
||||||
brew services start postgresql@14
|
|
||||||
fi
|
fi
|
||||||
|
brew services start postgresql@14
|
||||||
|
|
||||||
if psql skyvern -U skyvern -c '\q'; then
|
if psql skyvern -U skyvern -c '\q'; then
|
||||||
echo "Connection successful. Database and user exist."
|
echo "Connection successful. Database and user exist."
|
||||||
|
|||||||
Reference in New Issue
Block a user