You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 1, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,3 +2,15 @@
2
2
The second iteration of the general-purpose bot for managing the Java Discord server.
3
3
4
4
**Currently very-much a work-in-progress. Do not commit to `main` without a pull request!**.
5
+
6
+
## Running the Bot
7
+
The bot requires a few dependencies, such as PostgreSQL and MongoDB. You can either install your own instances of these services, or use the included `docker-compose.yaml` file to boot up all of them in docker containers.
8
+
9
+
To do this, execute the following command from the terminal:
10
+
```bash
11
+
docker-compose -p javabot up
12
+
```
13
+
14
+
For your convenience, the docker-compose file also includes admin tools that can be useful for debugging.
15
+
- MongoExpress is available at [localhost:5050](http://localhost:5050)
16
+
- PgAdmin is available at [locahost:5051](http://localhost:5051)
0 commit comments