Update installation instructions
[vchess.git] / server / README.md
index f88844c..c75d01c 100644 (file)
@@ -1,34 +1,10 @@
 # vchess-server
 
-Instructions to run the server locally.
+## Setup
 
-## Requirements
-
- - Node.js + npm (any recent version)
- - SQLite (version 3)
-
-## Installation
-
- 1. Execute db/\*.sql scripts to create and fill db/vchess.sqlite
+See main INSTALL\_INSTRUCTIONS file.
 
-```
-cd server/db
-sqlite3 vchess.sqlite.db
-sqlite> .read create.sql
-sqlite> .read populate.sql
-sqlite> .exit
-```
-
- 2. Rename and edit `config/parameters.js.dist` into `config/parameters.js`
-
- 3. Install npm modules
- ```
- npm install
- ```
-
- ## Running
+## Requirements
 
-```
-npm start
-```
+- Node.js + npm (any recent version)
+- SQLite (version 3)