From 08f815bfa9e503700f11d438805bf382316ca922 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=96=9F=E9=85=8C=20=E9=B5=AC=E5=85=84?= Date: Sat, 13 Feb 2016 05:24:35 +0800 Subject: [PATCH 1/3] Github settings --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 002c6d1..ff018a5 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "botanss"] path = botanss - url = AstroGit:BotanSS.git + url = git@github.com:tgckpg/BotanSS.git From 6449c27cfaef68e344dcaf903cf69d0523c573eb Mon Sep 17 00:00:00 2001 From: tgckpg Date: Sat, 13 Feb 2016 05:26:40 +0800 Subject: [PATCH 2/3] Create README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..0ffd6bf --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +# term-notify-server + +## Setup +- Modify the notify-term/config/*.example.js first From 424656a7f9e2705f478e4967b7a14b9b002fa80f Mon Sep 17 00:00:00 2001 From: tgckpg Date: Sat, 13 Feb 2016 05:48:03 +0800 Subject: [PATCH 3/3] 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