Skip to content

Commit 8df835c

Browse files
committed
Updating script to run.
1 parent ff5c438 commit 8df835c

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

docs/self-hosted/quick-start.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -143,13 +143,9 @@ The Resgrid Event Hub (5153) is a SignalR hub that utilized Web Sockets for real
143143
Once you have setup the environment variables you can now run the docker compose file:
144144

145145
```bash
146-
./run.sh
146+
docker compose up -d
147147
```
148148

149-
:::tip Note
150-
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.
151-
:::
152-
153149
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.
154150

155151
To get log output you can run:

0 commit comments

Comments
 (0)