File tree Expand file tree Collapse file tree 1 file changed +13
-7
lines changed Expand file tree Collapse file tree 1 file changed +13
-7
lines changed Original file line number Diff line number Diff line change @@ -32,16 +32,15 @@ section_start "Install JS frontend dependencies"
3232cd webapp
3333apt-get update; apt-get install -y yarnpkg
3434yarnpkg install
35+ cd ..
36+ section_end
37+
38+ section_start " Debug JS frontend dependencies"
39+ pwd
3540ls -atrl node_modules
36- ls -atrl public
37- ls -atrl public/mathjaxfonts
3841ls -atrl public/mathjaxfonts/*
3942ls -atrl public/mathjaxfonts/mjx-ncm-zero.woff2
40- pwd
41- # The problem might be that we don't install the mathjaxfonts directory in the make domserver step.
42- realpath /opt/domjudge/domserver/webapp/public
43- realpath /opt/domjudge/domserver/webapp/public/mathjaxfonts
44- cd ..
43+ realpath public/mathjaxfonts
4544section_end
4645
4746section_start " Set simple admin password"
7473fi
7574section_end
7675
76+ section_start " Debug JS frontend dependencies"
77+ # The problem might be that we don't install the mathjaxfonts directory in the make domserver step.
78+ realpath /opt/domjudge/domserver/webapp/public
79+ ls -atrl /opt/domjudge/domserver/webapp/public
80+ realpath /opt/domjudge/domserver/webapp/public/mathjaxfonts
81+ section_end
82+
7783section_start " SQL settings"
7884cat > ~ /.my.cnf << EOF
7985[client]
You can’t perform that action at this time.
0 commit comments