Skip to content

botman/installer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c3beaca · Sep 27, 2020

History

9 Commits
Jul 28, 2017
Jul 28, 2017
Jul 28, 2017
Feb 11, 2018
Feb 27, 2019
Feb 11, 2018
Dec 11, 2017

Repository files navigation

Botman Studio installer

First, download the BotMan installer using Composer:

composer global require "botman/installer"

Make sure to place the $HOME/.composer/vendor/bin directory (or the equivalent directory for your OS) in your $PATH so the botman executable can be located by your system.

Once installed, the botman new command will create a fresh BotMan Studio installation in the directory you specify.

For instance, botman new weatherbot will create a directory named weatherbot containing a fresh BotMan Studio installation with all of BotMan's dependencies already installed:

botman new weatherbot

Take a look at the BotMan Studio documentation, to learn more about how to add and configure messaging drivers.