Update chapter-06-gbapp-reference.md

This commit is contained in:
PH-Nascimento 2019-08-21 08:50:47 -03:00 committed by GitHub
parent c4c7bba8a6
commit ec3e7343b0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,7 +20,7 @@ session.
### 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).;
2. Install [git](`https://git-scm.com/`), a Software Configuration Management (SCM);
3. Install [Node.js](https://npmjs.com/get-npm), a [Runtime system](https://en.wikipedia.org/wiki/Runtime_system);
4. Install Visual Studio Code Insiders, Brackets or Atom as an editor of your choice;
5. Fork the repository by visiting https://github.com/pragmatismo-io/BotServer/fork;
@ -29,15 +29,18 @@ session.
8. Run the bot server by `gbot.cmd`.
* Recomended Chocolatey packages
* Required packages
```cmd
choco feature enable -n allowGlobalConfirmation
cinst git --confirm
cinst nodejs --confirm
npm install -g npm-check-updates
```
* Optional packages
```
cinst 7zip.install --confirm
cinst tortoisegit --confirm
@ -53,6 +56,14 @@ cinst sql-server-management-studio --confirm
```
* node packages
```
npm install -g npm-check-updates
```
![General Bots Inside Visual Studio Code provides a complete artificial intelligence based conversational platform](https://raw.githubusercontent.com/pragmatismo-io/BotServer/master/docs/images/general-bots-inside-visual-studio-code-provides-a-complete-artificial-intelligence-based-conversational-platform.png)