X-Git-Url: https://git.auder.net/?p=vchess.git;a=blobdiff_plain;f=server%2FREADME.md;h=c75d01c501228a5273e9948a31b92aa237e94e8c;hp=9adba7adf81a302f8b89e256f7fb96b0d8cb6d58;hb=48edc620de7c6bbe791d690168392f50f02c328e;hpb=68ff39135865a7b68d36b9f0be2633f5296ab091 diff --git a/server/README.md b/server/README.md index 9adba7ad..c75d01c5 100644 --- a/server/README.md +++ b/server/README.md @@ -1,19 +1,10 @@ # vchess-server -Instructions to run the server locally. +## Setup -## Requirements - - - Node.js + npm (any recent version) - - SQLite (version 3) +See main INSTALL\_INSTRUCTIONS file. -## Installation - - 1. Execute db/\*.sql scripts to create and fill db/vchess.sqlite - 2. Rename and edit config/parameters.js.dist into parameters.js - 3. npm install +## Requirements -Then run with the command -``` -npm start -``` +- Node.js + npm (any recent version) +- SQLite (version 3)