Quick setup for BotManServer and BotManClient
- Docker Desktop
- Clone this repository:
-
git clone https://github.com/Mahasvan/BotMan --recurse-submodules
-
- Fill in the config values in
BotManClient
andBotManServer
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:
- 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
-