Skip to content

Mahasvan/BotMan

Repository files navigation

BotMan

Quick setup for BotManServer and BotManClient

Prerequisites

  • Docker Desktop

Installation

  • Clone this repository:
    • git clone https://github.com/Mahasvan/BotMan --recurse-submodules
  • Fill in the config values in BotManClient and BotManServer directories.
  • For details, refer to the READMES of BotManClient and BotManServer.
  • Start Docker Desktop.
  • Build the docker containers:
    • cd {project_root} 
      docker-compose -f docker-compose.yml up -d 
  • This creates the server and client containers and runs them in the background.
  • This is what your Docker Desktop should look like:
  • Docker Desktop

Notes

  • After cloning, fill in the required fields in the config.json files in the Client and Server directories without fail.
  • To stop the containers, run:
    • docker-compose -f docker-compose.yml stop
  • To stop and delete the containers, run:
    • docker-compose -f docker-compose.yml down

About

Quick setup for BotManServer and BotManClient

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages