-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathINSTALL
28 lines (19 loc) · 810 Bytes
/
INSTALL
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Updated: July 2024
Building JustJournal
JustJournal uses maven 3 to build. You can use the standard mvn package to get a deployable jar.
Requirements:
Java 17 or higher
Maven 3.x
MySQL 8.0.x server
Tomcat 9.x (included with spring)
Spring data migration is complete.
The current problem with just journal
is that it was a hack job originally and makes references both
to the domain name and / throughout the code. I'm working on a
global settings class to fix these problems so the code is
reusable.
The database schema & documentation is in /database.
Place the deployable jar on the server. Run at startup using your preferred mechanism.
There is an example rc.d script in rc.d called jj. It should work on MidnightBSD or FreeBSD.
Use the following to enable on your BSD OS
sysrc jj_enable="YES"