From 833800021e19795e368f321bfb4bc3517b9ab684 Mon Sep 17 00:00:00 2001 From: yakamok <38737288+yakamok@users.noreply.github.com> Date: Wed, 21 Nov 2018 18:05:08 +0100 Subject: [PATCH] instructions for installation --- vserv/README.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/vserv/README.md b/vserv/README.md index 0819810..f525f9e 100644 --- a/vserv/README.md +++ b/vserv/README.md @@ -2,8 +2,23 @@ This server collects dht views from volunteer nodes from all over the network to get a better picture of the network as a whole. -Make sure to setup a database with postgresql first and the add the dbname and so on to the vserv.py config section. +##Install +This install assumes your using Linux. + +First install postgres and setup a database & username called yggindex and a password of your choice. +Once you have done this open vserv.py and edit "DB_PASSWORD" to use the password you set, also change DB_host if your running the Database on another machine: + + DB_PASSWORD = "yourpassword"