Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/botman/installer
https://github.com/botman/installer
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/botman/installer
- Owner: botman
- License: mit
- Created: 2017-07-28T18:40:03.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-03-06T19:38:15.000Z (10 months ago)
- Last Synced: 2024-04-24T14:29:22.856Z (8 months ago)
- Language: PHP
- Size: 6.84 KB
- Stars: 20
- Watchers: 2
- Forks: 10
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# 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](https://botman.io/2.0/botman-studio), to learn more about how to add and configure messaging drivers.