Skip to content

Commit 7cea5d5

Browse files
committed
Add setup guide
1 parent e82b8dc commit 7cea5d5

12 files changed

Lines changed: 37 additions & 1 deletion

File tree

README.md

Lines changed: 37 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,38 @@
11
# DueUtil-for-Windows
2-
Host a private version of DueUtil locally on up to 3 servers!
2+
Host a private version of [DueUtil](https://dueutil.tech/) locally on up to 3 servers!
3+
4+
## Setup
5+
6+
Head over to the [releases tab](https://github.com/DueUtil/DueUtil-for-Windows/releases).
7+
[![Releases tab](./setup/1.png)](https://github.com/DueUtil/DueUtil-for-Windows/releases)
8+
9+
Find the latest version and download the ``dueutil_for_windows.zip``
10+
![dueutil_for_windows.zip](./setup/2.png)
11+
12+
Extract that zip somewhere. The desktop is fine.
13+
![Extract zip](./setup/3.png)
14+
15+
Now before you can run the bot you've got to setup Postgres. Head to [this page](https://www.enterprisedb.com/downloads/postgres-postgresql-downloads) and download the Windows x86-64 installer.
16+
Don't change any of the defaults (unless you know what they mean) and make note of the password you've picked. You'll need it later.
17+
[![](./setup/4.png)](https://www.enterprisedb.com/downloads/postgres-postgresql-downloads)
18+
19+
20+
Now head over to the start menu and search for pgAdmin. Expand the servers view and right click "Postgres 12" then Create > Database.
21+
![](./setup/5.png)
22+
23+
Create a database called "dueutil_db".
24+
![](./setup/6.png)
25+
26+
Now back in the ``dueutil_for_windows`` folder you extracted earlier open the ``bin`` folder.
27+
![](./setup/7.png)
28+
29+
Inside bin edit ``dueutil.json``
30+
![](./setup/8.png)
31+
32+
Insert the bot token and your Postgres password in the places indicated.
33+
![](./setup/9.png)
34+
35+
You're done! Double clicking ``run.bat`` should launch the bot!
36+
![](./setup/10.png)
37+
38+
![](./setup/11.png)

setup/1.png

11 KB
Loading

setup/10.png

12 KB
Loading

setup/11.PNG

39.3 KB
Loading

setup/2.png

23.2 KB
Loading

setup/3.png

99.4 KB
Loading

setup/4.png

52.8 KB
Loading

setup/5.png

40 KB
Loading

setup/6.png

57.8 KB
Loading

setup/7.png

11 KB
Loading

0 commit comments

Comments
 (0)