Skip to content

2120865/chat_system

Repository files navigation

Chat System

🛠️ Installation

# installing docker
sudo apt update -y
sudo apt install git -y 
sudo apt install docker.io -y 
sudo systemctl start docker 
sudo systemctl enable docker 
sudo usermod -aG docker $USER 
sudo apt install docker-compose -y

# installing project
cd /opt
sudo git clone https://github.com/2120865/chat_system.git
cd chat_system
sudo chmod 777 upload
docker-compose up -d

🏃 Getting started

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published