-
Notifications
You must be signed in to change notification settings - Fork 23
Getting started
The framework can be installed on any Unix system or Windows. Note that you will need to expose online webhooks to connect to conversational platforms. If you don't have any and want to create a virtual machine, please follow the instructions below.
Note: If you simply need to test a BotBuilder chatbot, note that you can use the BotFramework Emulator that works locally.
The VISEO Bot Maker has been tested with Ubuntu 14 on Azure, AWS, and Google.
- Create an Account. Cloud Services required a Credit Card but offer free small VM.
- Create a Virtual Machine matching requirement
- Setup Firewall (open port 80, 443 and 1880)
- Connect throught SSH
To install the framework in a preproduction/production environment you need SSH access to that environment. Any person who wishes to install the framework needs to provide his ssh public key to get that access. This tutorial describes steps to generate and install SSH keys.
Note: Windows users need to use Puttygen to generate their key pairs, and Putty to connect throught SSH.
Using the VISEO Bot Framework does not required advanced coding skills, but the installation and maintenance may be difficult for a beginner. Please do not hesitate to ask for more documentation by posting an issue.
- Linux OS
- Windows OS
- Docker
🔎 Overview
- Installation - Linux OS
- Installation - Windows OS
- Installation - Docker
- Project creation
- Configuration
- Service start
✏️ UX cookbook
- Channels
- Building bots
- NLP
- Privacy & GDPR