From 4e58c0a77fb32231d7ccecb588918cae3e1312c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Rynning-T=C3=B8nnesen?= Date: Fri, 10 Nov 2017 16:40:27 +0100 Subject: [PATCH] Updated README.md - Added info about the config files --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4d27e139..60efceb7 100755 --- a/README.md +++ b/README.md @@ -13,7 +13,18 @@ NodeJS : https://nodejs.org/en/ npm : https://www.npmjs.com/ ``` -Clone this repository into a folder, and navigate to it. Use ```$ npm install``` in the project folder and use ```$ npm start``` to start the server. +Clone this repository into a folder, and navigate to it. Use ```$ npm install``` in the project folder. + +For the server to run, you have to have the files + +``` +api_key.js +mailconfig.js +mongo_config.js ``` + +in ```/server/config```. There are ```*.example.js``` files for all the ones mentioned above. If you're going to deploy the server with a certificate, you also need to create the ```cert_config.js``` in ```/server/config/```. + +Use ```$ npm start``` to start the server. ### About