git clone https://github.com/Kumbbar/Chat
cd Chat
cd chat
cp .env.sample .env
- Database and Debug
- vim chat/settings.py
cd ..
sudo docker-compose up
-- create superuser
-- add message statuses in admin panel
-- edit MessageStatusConsts in db_logic.py
cd chat
python3 -m venv venv
source venv/bin/activate
pip3 install -r requirements.txt
python3 manage.py collectstatic
cp static ../nginx