mirror of
https://github.com/wasp-lang/open-saas.git
synced 2025-06-28 17:53:35 +02:00
update README
This commit is contained in:
parent
a31d6fc689
commit
2bc1afdae1
@ -7,7 +7,7 @@ Before you being, install [Wasp](https://wasp-lang.dev) by running `curl -sSL ht
|
|||||||
|
|
||||||
1. First clone this repo.
|
1. First clone this repo.
|
||||||
2. Create a `.env.server` file in the root of the project
|
2. Create a `.env.server` file in the root of the project
|
||||||
3. Copy the `env.example` file contents to `.env.server` and fill in your API keys
|
3. Copy the `env.server.example` file contents to `.env.server` and fill in your API keys
|
||||||
4. Make sure you have a Database connected and running. Here are two quick options:
|
4. Make sure you have a Database connected and running. Here are two quick options:
|
||||||
- run `wasp start db` if you have Docker installed (if not, on MacOS run `brew install docker-machine docker`). This will start a Postgres database for you. No need to do anything else! 🤯
|
- run `wasp start db` if you have Docker installed (if not, on MacOS run `brew install docker-machine docker`). This will start a Postgres database for you. No need to do anything else! 🤯
|
||||||
- or provision a Postgres database on [Railway](https://railway.app), go to settings and copy the `connection url`. Past it as `DATABASE_URL=<your-postgres-connection-url>` into your `env.server` file.
|
- or provision a Postgres database on [Railway](https://railway.app), go to settings and copy the `connection url`. Past it as `DATABASE_URL=<your-postgres-connection-url>` into your `env.server` file.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user