Installation locations
| Base url (use in submit client): | {{ url('root') }} |
| API url (use in restapi.secret): | {{ url('current_api_root') | trim('/', 'right') }} |
| |
| DOMserver installation path: | {{ dir.project }} |
| Logos/images are under: | {{ dir.project }}/webapp/public/images/ |
| Custom CSS is under: | {{ dir.project }}/webapp/public/css/custom/ |
| Custom JavaScript is under: | {{ dir.project }}/webapp/public/js/custom/ |
| Documentation files are under: | {{ dir.project }}/webapp/public/docs/ |
| DOMjudge console binary: | {{ dir.project }}/webapp/bin/console |
| Log directory: | {{ dir.log }} |
{% if logFilesWithSize is not empty %}
Log files
{% endif %}