Skip to content

Commit

Permalink
add npm install note in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
DuCanhGH committed Sep 11, 2023
1 parent 3102cd4 commit d8725d2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ Refer to the install documentation at [docs.dmoj.ca](https://docs.dmoj.ca/#/site

### Additional step in installation:

- You needn't run `npm install *package_name*` commands mentioned in the page. They should be replaced with one `npm install` before you start installing.

- You **have to** define `DMOJ_PROBLEM_DATA_ROOT` in `local_settings.py`, which should be the path to the directory that contains your problems' tests.

- Regarding disabling full-text search, please read [this issue](https://github.com/VNOI-Admin/OJ/issues/4) for more information.
Expand Down

0 comments on commit d8725d2

Please sign in to comment.