Skip to content

Updating script to run. #31

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 17, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions docs/self-hosted/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down