mirror of
https://github.com/System-End/nephthys.git
synced 2026-04-19 20:55:09 +00:00
Mention that you need a postgres db
This commit is contained in:
parent
12d883e338
commit
e3188b96bc
1 changed files with 5 additions and 1 deletions
|
|
@ -31,13 +31,17 @@ At midnight UK time each day, you get to see the stats for the day in the team c
|
||||||
|
|
||||||
When you send a message in a help thread, that thread is assigned to you and it is up to you to resolve it. You can see a list of threads waiting for you on the app home - just select the Assigned Tickets tab at the top
|
When you send a message in a help thread, that thread is assigned to you and it is up to you to resolve it. You can see a list of threads waiting for you on the app home - just select the Assigned Tickets tab at the top
|
||||||
|
|
||||||
|
|
||||||
## Prerequisites
|
## Prerequisites
|
||||||
|
|
||||||
- Python (3.13 or later)
|
- Python (3.13 or later)
|
||||||
- uv
|
- uv
|
||||||
- A Slack workspace where you have permissions to install apps
|
- A Slack workspace where you have permissions to install apps
|
||||||
- Tunneling tool (for local development)
|
- Tunneling tool (for local development)
|
||||||
|
- A PostgreSQL database (you can run one in Docker using the command below)
|
||||||
|
|
||||||
|
```bash
|
||||||
|
docker run --name hh-postgres -e POSTGRES_PASSWORD=postgres -p 5432:5432 -d postgres
|
||||||
|
```
|
||||||
|
|
||||||
## Setting up the Slack App
|
## Setting up the Slack App
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue