From: Benjamin Auder Date: Mon, 4 Jan 2021 16:47:34 +0000 (+0100) Subject: Update server/README X-Git-Url: https://git.auder.net/?p=vchess.git;a=commitdiff_plain;h=91cd09d8d42ed206593a0b7376d7f230b3364a72 Update server/README --- diff --git a/server/README.md b/server/README.md index ebcaf771..ed41ad95 100644 --- a/server/README.md +++ b/server/README.md @@ -19,6 +19,13 @@ sqlite> .read populate.sql sqlite> .exit ``` +2. Rename and edit `db/dbconnect.py.dist` into `db/dbconnect.py`. +Then synchronize the GameStat table: + +``` +./sync_gamestat.py +``` + 2. Rename and edit `config/parameters.js.dist` into `config/parameters.js` 3. Install npm modules