From 8df835c21a37cb66dfe11c8b6125c7867cabdbec Mon Sep 17 00:00:00 2001 From: Shawn Jackson Date: Wed, 16 Apr 2025 17:51:13 -0700 Subject: [PATCH] Updating script to run. --- docs/self-hosted/quick-start.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/docs/self-hosted/quick-start.md b/docs/self-hosted/quick-start.md index cc65f17..e9a3729 100644 --- a/docs/self-hosted/quick-start.md +++ b/docs/self-hosted/quick-start.md @@ -143,13 +143,9 @@ The Resgrid Event Hub (5153) is a SignalR hub that utilized Web Sockets for real Once you have setup the environment variables you can now run the docker compose file: ```bash -./run.sh +docker compose up -d ``` -:::tip Note -The run script will require sudo. If you want to run without sudo just create a sql directory under the docker-data directory and you can use "docker compose up -d" command instead. -::: - The Resgrid system will take about 5 minutes to start up fully, this is due to the startup order of the containers. The last container to startup will be the web container, once that one is ready, you can now access the system. To get log output you can run: