projects
/
vchess.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4a20931
)
Update server/README
author
Benjamin Auder
<benjamin.auder@somewhere>
Mon, 4 Jan 2021 16:47:34 +0000
(17:47 +0100)
committer
Benjamin Auder
<benjamin.auder@somewhere>
Mon, 4 Jan 2021 16:47:34 +0000
(17:47 +0100)
server/README.md
patch
|
blob
|
blame
|
history
diff --git
a/server/README.md
b/server/README.md
index
ebcaf77
..
ed41ad9
100644
(file)
--- 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