From 262a2c8cc1792e5fbf567fec05435e19e35d139f Mon Sep 17 00:00:00 2001 From: Rodrigo Rodriguez Date: Wed, 9 May 2018 16:35:09 -0300 Subject: [PATCH 1/2] Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 94371084..3c5d6023 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,13 @@ Notes: * [*nodejs.install* Chocolatey Package](https://chocolatey.org/packages/nodejs.install) is also available. * The zip source code of general bots is also available for [Download](https://codeload.github.com/pragmatismo-io/BotServer/zip/master); -### Setup development environment (Windows) +### Configure the server to deploy specific directory + +1. Create/Edit the .env file and add the ADDITIONAL_DEPLOY_PATH key pointing to the local folder of .gbapp, .gbot, .gbtheme, .gbkb, etc. files. +2. Specify DATABASE_SYNC to TRUE so database sync is run when the server is run. +3. In case of Microsoft SQL Server add the following keys: DATABASE_HOST, DATABASE_NAME, DATABASE_USERNAME, DATABASE_PASSWORD, DATABASE_DIALECT to `mssql`. + +## Setup development environment (Windows) 1. [Optional] Install [Chocolatey](https://chocolatey.org/install), a Windows Package Manager; 2. Install [git](`https://git-scm.com/`), a Software Configuration Management (SCM).; From ad92560a7ea0b9c1a6e7ff3237032e18fc233e91 Mon Sep 17 00:00:00 2001 From: Rodrigo Rodriguez Date: Wed, 9 May 2018 16:36:46 -0300 Subject: [PATCH 2/2] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 3c5d6023..b06c8e61 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,10 @@ Notes: 2. Specify DATABASE_SYNC to TRUE so database sync is run when the server is run. 3. In case of Microsoft SQL Server add the following keys: DATABASE_HOST, DATABASE_NAME, DATABASE_USERNAME, DATABASE_PASSWORD, DATABASE_DIALECT to `mssql`. +Note: + +* You can specify several bots separated by semicolon, the BotServer will serve all of them at once. + ## Setup development environment (Windows) 1. [Optional] Install [Chocolatey](https://chocolatey.org/install), a Windows Package Manager;