From 424656a7f9e2705f478e4967b7a14b9b002fa80f Mon Sep 17 00:00:00 2001 From: tgckpg Date: Sat, 13 Feb 2016 05:48:03 +0800 Subject: [PATCH] Update README.md --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0ffd6bf..0d08367 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,13 @@ # term-notify-server +## Prerequisites +1. A windows developer account +2. latest version of node.js +3. mongodb ( if you want to use MySQL. Just modify the code. the schema is rather simple ) + ## Setup -- Modify the notify-term/config/*.example.js first +1. Follow [this](https://msdn.microsoft.com/en-us/library/windows/apps/xaml/hh868206.aspx) instruction to create an app first +2. Get the client secret and Package SID from the instruction above +3. Put them into notify-term/config/auth.js +4. Setup the database +5. Run the server