File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -49,6 +49,17 @@ judgehost: judgehost-configure paths.mk config
49
49
docs : paths.mk config
50
50
install-domserver : domserver composer-dump-autoload domserver-create-dirs
51
51
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 " "
52
63
install-docs : docs-create-dirs
53
64
dist : configure composer-dependencies
54
65
You can’t perform that action at this time.
0 commit comments