From b77ef10dd569c9deb249116c9a775337a26b7b51 Mon Sep 17 00:00:00 2001 From: cuom1999 Date: Sun, 10 Jan 2021 20:47:36 -0600 Subject: [PATCH] Update additional installation --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4b0b3ad..0d5a159 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,12 @@ Support plagiarism detection via [Stanford MOSS](https://theory.stanford.edu/~ai Most of the setup are the same as DMOJ installations. You can view the installation guide of DMOJ here: https://docs.dmoj.ca/#/site/installation. There is one minor change: Instead of `git clone https://github.com/DMOJ/site.git`, you clone this repo `git clone https://github.com/LQDJudge/online-judge.git`. -Some frequent difficulties when installation: +### Additional Steps in Production: + +1. To use newsletter (email sending), go to admin and create a newsletter. +2. Change the domain name and website name in Admin page: Navigation Bars/Sites + +### Some frequent difficulties when installation: 1. Missing the `local_settings.py`. You need to copy the `local_settings.py` in order to pass the check. 2. Missing the problem folder in `local_settings.py`. You need to create a folder to contain all problem packages and configure in `local_settings.py`.