From c98159547a0eaaa1c9ea696aecae84af09587421 Mon Sep 17 00:00:00 2001 From: Patrik Ragnarsson Date: Wed, 13 Nov 2024 11:46:59 +0100 Subject: [PATCH] Better out-of-the-box experience --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 960fe284..470271a1 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ Make sure PostgreSQL is running In production, the script `bin/start` is used, but we avoid using that in the `Procfile` because the integration tests reads that command and needs to get the PID of Puma, not the script, in order to cleanly shutdown Puma. - overman start + overman start -e default.env Go to [http://wikimum.127.0.0.1.nip.io:8080](http://wikimum.127.0.0.1.nip.io:8080) (the GitHub app for development is configured with this address).