zf

zenflows testing
git clone https://s.sonu.ch/~srfsh/zf.git
Log | Files | Refs | Submodules | README | LICENSE

commit 66e1b146923418fda0c7ea0125b5eeec18c8ec7a
parent ad650c43cf0cd4e5a80a4437e792c6b48492c2ad
Author: srfsh <dev@srf.sh>
Date:   Wed, 12 Oct 2022 12:00:36 +0300

readme: update to reflect changes on auto-migration on startup

Diffstat:
MREADME.md | 3---
1 file changed, 0 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md @@ -69,7 +69,6 @@ To start using Zenflows with native-to-host Elixir, PostgreSQL, and Restroom ins 1. Run `./mann env.setup` to generate the configuration file, `conf/env.sh`. 2. Edit `conf/env.sh` to suit your needs. Read the [Configuration Guide](docs/configuration-guide.md) for more info. 3. Run `./mann dep.setup` to install dependencies. -4. Run `./mann db.setup` to setup the database and run the migrations. 5. Run `./mann serve` to start the application. 6. Head over to [`localhost:4000/play`](http://localhost:4000/play) for the GraphiQL playground. 7. Use the URL `http://localhost:4000/api` in case if you'd like to use your own GraphQL client. @@ -78,8 +77,6 @@ To start using Zenflows with docker(-compose): 1. Run `./mann devop.setup` to generate the docker-copmose file, `devop/docker-compose.yml`. 2. Edit `devop/docker-compose.yml` to suit your needs. Read the [Configuration Guide](docs/configuration-guide.md) for more info. -2. Run `./mann devop.db.setup` to setup the database and run the migrations - (run it multiple times if it fails due to connection issues). 3. Run `./mann devop.serve` to start the application. **[🔝 back to top](#toc)**