Install docker compose
sudo curl -L https://github.com/docker/compose/releases/latest/download/docker-compose-$(uname -s)-$(uname -m) -o /usr/local/bin/docker-compose
sudo chmod +x /usr/local/bin/docker-compose
docker-compose version
Clone the repo
git clone https://github.com/shawon100/RUET-ChatBot
Go to the folder
Check the config.php and match the MSYQL DB credentials with docker-compose.yml
Create a volume folder called db-volume
mkdir db-volume
Deploy the Application
docker-compose up -d
Finally go to http://localhost:5600 to check the application
If you want to remove the application then type
docker-compose down
Video Tutorial:
0 comments:
Post a Comment