Skip to content

Commit 1bdcb17

Browse files
committed
Add section as suggested in the issue
1 parent 4109106 commit 1bdcb17

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

Makefile

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,17 @@ judgehost: judgehost-configure paths.mk config
4949
docs: paths.mk config
5050
install-domserver: domserver composer-dump-autoload domserver-create-dirs
5151
install-judgehost: judgehost judgehost-create-dirs
52+
@echo ""
53+
@echo "========== Judgehost Install Completed =========="
54+
@echo ""
55+
@echo "Optionally:"
56+
@echo " - Install the create-cgroup service to setup the secure judging restrictions:"
57+
@echo " cp <DOMSERVER_UNPACK_PATH>/judge/create-cgroups.service /etc/systemd/system/"
58+
@echo " - Install the judgehost service:"
59+
@echo " cp <DOMSERVER_UNPACK_PATH>/judge/[email protected] /etc/systemd/system/"
60+
@echo " - You can enable the judghost on core 1 as:"
61+
@echo " systemctl enable domjudge-judgedaemon@1"
62+
@echo ""
5263
install-docs: docs-create-dirs
5364
dist: configure composer-dependencies
5465

0 commit comments

Comments
 (0)