Skip to content

Commit e31f1c6

Browse files
authored
Merge pull request #26 from Resgrid/develop
Documentation updates
2 parents f6bf1e8 + 30e7efa commit e31f1c6

21 files changed

+321
-44
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
sidebar_position: 15
3+
---
4+
5+
# Adding Personnel
6+
7+
## Add a Person
8+
9+
## Manage Invites
10+

docs/configuration/adding-units.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
sidebar_position: 17
3+
---
4+
5+
# Adding Units
6+

docs/configuration/audio.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
sidebar_position: 12
3+
---
4+
5+
# Audio and Push To Talk

docs/configuration/calendar-types.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
sidebar_position: 19
3+
---
4+
5+
# Calendar Types
6+
7+
Calendar->Manage Types
8+

docs/configuration/call-import.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
sidebar_position: 4
3+
---
4+
5+
# Call Import

docs/configuration/custom-statuses.md

Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
1+
---
2+
sidebar_position: 5
3+
---
4+
5+
# Custom Statuses and Staffing
6+
7+
Custom Statuses and Staffing allow you have your own actions for personnel and units to perform when using the apps. For example if you didn't want the Default Resgrid statuses for Personnel (i.e. Responding, Not Responding, On Scene, etc) you could create a custom Personnel Status set with your own options (Yes, No, Coming, Not Coming, etc).
8+
9+
## Default Statuses and Staffing Levels
10+
Resgrid default custom Statuses and Staffings are as follows
11+
12+
### Default Personnel Statuses
13+
14+
Statuses are actions your personnel are currently or about to take. Or their current status (for example standing by).
15+
16+
| Status Name | Description |
17+
| -------------------- | --------------------------------------------------------- |
18+
| Responding | You are responding (going to) a call or station |
19+
| Not Responding | You are not responding (not going to) a call |
20+
| On Scene | You are at the scene/location of call |
21+
| Standing By | You are standing by (available) or available at a station |
22+
23+
24+
### Default Personnel Staffing Levels
25+
26+
Staffing Levels reflect the readiness of your personnel to respond to calls or other events. These ideally map back to expected response times for your organization. For example if someone has their staffing level as "Available" they should be able to respond to call within 15 minutes, whereas if they are Delayed it's 30 minutes and On Shift is 5 minutes.
27+
28+
| Staffing Name | Description |
29+
| -------------------- | --------------------------------------------------------- |
30+
| Available | You are available to respond to calls |
31+
| Delayed | You are available to respond to calls but may be delayed |
32+
| Unavailable | You cannot respond to calls |
33+
| Committed | You are committed to an event or call and cannot respond |
34+
| On Shift | You are actively on shift and can rapidly respond |
35+
36+
37+
### Default Unit Statuses
38+
39+
Unit Statuses are actions your Units (Apparatuses or Teams) are currently or about to take. Or their current status (for example Available).
40+
41+
| Status Name | Description |
42+
| -------------------- | --------------------------------------------------------- |
43+
| Responding | Unit is Responding to a call |
44+
| Available | Unit is available to take a call |
45+
| Committed | Unit is currently committed and cannot take a call |
46+
| On Scene | Unit is on scene (location) of a call |
47+
| Staging | Unit is Staging at a call location or Station |
48+
| Returning | Unit is currently returning from a call to station |
49+
| Out of Service | Unit is Out of Service and cannot respond to calls |
50+
51+
52+
### Base Status Types
53+
54+
When you are creating your own Custom Statuses for Both Personnel and Units you can select a 'base' type. This allows Resgrid to 'understand' the meaning of what the statuses are in your organization back to ones that Resgrid knows. For example if you have a Unit status that is "Lunch" Resgrid doesn't know what that means and this cannot perform automatic actions against or with that status. But if you assign the base status of "Lunch" to "Unavailable" Resgrid knows that the unit in the custom "Lunch" status is not available to respond to a call.
55+
56+
Here are the current Base Statuses that you can assign to your own Custom Statuses.
57+
58+
| Status Name | Description |
59+
| -------------------- | ------------------------------------------------------------ |
60+
| None | This Custom Status does not equate to a base type |
61+
| Available | Status equates to an Available to respond to calls |
62+
| NotResponding | Status equates to an Not Responding to a call |
63+
| Responding | Status equates to Responding to an active call |
64+
| OnScene | Status equates to is at the Scene/Location of a call |
65+
| MadeContact | Status equates to making contact with RP or patient |
66+
| Investigating | Status equates to investigating in the area of a call |
67+
| Dispatched | Status equates to being dispatched to a call |
68+
| Cleared | Status equates to being cleared of a call |
69+
| Returning | Status equates to returning from a call to a station |
70+
| Staging | Status equates to being staged at a call location or station |
71+
| Unavailable | Status equates to being Out of Service; unable to take calls |
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
sidebar_position: 2
3+
---
4+
5+
# Department Settings
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
sidebar_position: 10
3+
---
4+
5+
# Distribution Lists

docs/configuration/forms.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
sidebar_position: 9
3+
---
4+
5+
# Forms

docs/configuration/inventory-types.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
sidebar_position: 20
3+
---
4+
5+
# Inventory Types
6+
7+
Inventory->Manage Types
8+

docs/configuration/links.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
sidebar_position: 13
3+
---
4+
5+
# Department Links

docs/configuration/mapping-layers.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
sidebar_position: 18
3+
---
4+
5+
# Mapping Layers
6+

docs/configuration/notifications.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
sidebar_position: 14
3+
---
4+
5+
# Notifications

docs/configuration/permissions.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
sidebar_position: 11
3+
---
4+
5+
# Security and Permissions

docs/configuration/personnel-roles.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
sidebar_position: 16
3+
---
4+
5+
# Personnel Roles
6+
7+
Personnel Module->Manage Roles

docs/configuration/protocols.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
sidebar_position: 8
3+
---
4+
5+
# Protocols

docs/configuration/stations-groups.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
sidebar_position: 3
3+
---
4+
5+
# Stations and Groups

docs/configuration/templates.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
sidebar_position: 7
3+
---
4+
5+
# Templates

docs/configuration/text-messaging.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
sidebar_position: 6
3+
---
4+
5+
# Text Messaging

docs/self-hosted/installation.md

Lines changed: 76 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The overall installation of Resgrid is tailored to your specific usage scenarios
88

99
## Prerequisites
1010

11-
Resgrid's recommended install is on Ubuntu 20.04 with Docker to meet the Small sizing install requirements you will need a minimum of 5 servers:
11+
Resgrid's recommended install is on Ubuntu 24.04 with Docker to meet the Small sizing install requirements you will need a minimum of 5 servers:
1212

1313
- 1 Web Server
1414
- 1 Api Server
@@ -35,3 +35,78 @@ For contrast a mission-critical production environment will require a minimum of
3535
Some services installed as part of this process; MSSQL, RabbitMQ, Redis and MongoDb are configured as single instances. This is not the ideal configuration if you are trying to get a high availability system. All of those services can be setup in HA configurations, but it is outside of the scope of this guide.
3636
:::
3737

38+
- Open Ports 80 and 443 and pass to the server (or utilize your firewall/load balancer or proxy server)
39+
- SMTP Server for sending email
40+
- 3 Urls provisioned (externally available, internal DNS, etc)
41+
- Main Web App (i.e. rg.mycompany.com)
42+
- API (i.e. rgapi.mycompany.com)
43+
- Events (i.e. rgevents.mycompany.com)
44+
45+
## Dependency Setup
46+
47+
You will need to get the required dependencies servers setup and online. You can utilize Docker versions, bare metal installs or even cloud hosted versions of these services for your installation.
48+
49+
### Microsoft SQL Server
50+
51+
Install and configure Microsoft SQL Server 2022 on the server of your choice or if you are on a Cloud provider use their MS-SQL implementation. You will need to create 3 databases and 3 accounts. Use server defaults for collation.
52+
53+
- **Resgrid** database and user with DB Owner for that database
54+
- **ResgridWorkers** database and user with DB Owner for that database
55+
- **ResgridOIDC** database and user with DB Owner for that database
56+
57+
### MongoDb
58+
59+
Install and configure MongoDb on the server of your choice or if you are on a Cloud provider use their Mongo implementation. You will need to create 1 databases and 1 login.
60+
61+
- **resgrid** database and user credentials for that db
62+
63+
### Redis
64+
65+
Install and configure Redis on the server of your choice or if you are on a Cloud provider use their Redis implementation.
66+
67+
68+
### RabbitMQ
69+
70+
Install and configure RabbitMQ on the server of your choice or if you are on a Cloud provider use their RabbitMQ implementation. You will need to create a login for rabbit that allows the creation of exchanges, topics and queues.
71+
72+
73+
### Proxy
74+
75+
Resgrid requires SSL and our containers are built with SSL Termination/Offloading in mind. You will need to setup a Proxy server that supports SSL Termination/Offloading to forward traffic to the 3 web accessible Resgrid containers. We use Caddy v2 in our system but you can use any proxy that supports the features (NGINX, HAProxy, Trafik, etc).
76+
77+
### Mail Server
78+
79+
Resgrid sends out emails to users to inform them of events and correspondence. Have a dedicated (DO-NOT-RESPOND) style email and login to allow Resgrid to send emails.
80+
81+
### Sentry
82+
83+
This step is optional but we recommending using the https://sentry.io cloud service or their open-source on-prem version https://develop.sentry.dev/self-hosted/. This would replace Elk for all logging, error and session tracking.
84+
85+
You should now have your Proxy setup for handling SSL traffic, a Microsoft SQL Server setup with 3 databases and 3 db owner logins, MongoDb setup with 1 database and 1 login, Redis and RabbitMQ with a login that can create exchanges, topics and queues. Now you can work on setting up the Resgrid containers.
86+
87+
## Resgrid Container Setup
88+
89+
You will need a good text editor, Notepad++ on Windows or Nano if your doing this from the Linux CLI.
90+
91+
1. Clone the setup scripts for the multi install:
92+
93+
```bash
94+
git clone --branch multi https://github.com/Resgrid/resgrid-setup.git resgrid
95+
```
96+
97+
You should now have a folder called resgrid in your current directory.
98+
99+
2. Open the resgrid directory:
100+
101+
```bash
102+
cd resgrid
103+
```
104+
You will need to clone this repo into all the servers running the Resgrid containers. But we are going to edit the .env file here and it'll need to be copied to every server running the Resgrid containers, this keeps the Resgrid settings consistent for every server.
105+
106+
107+
Edit the environment file with Nano (or if you cloned in a Desktop environment with your text editor of choice):
108+
109+
```bash
110+
nano .env
111+
```
112+

0 commit comments

Comments
 (0)