Skip to content
This repository has been archived by the owner on Jul 3, 2021. It is now read-only.

Latest commit

 

History

History
37 lines (26 loc) · 813 Bytes

README.md

File metadata and controls

37 lines (26 loc) · 813 Bytes

Dingchat-PHP

A Dingtalk like chatroom written in PHP.

demo1

demo2

Features:

  • support sending images and files
  • ORM driven
  • easy to run

Get started

Install

./install.sh

This wille compile the frontend code and copy them to the backend folder.

Start the server

./start.sh

Be sure that you have installed docker-compose before running it.

This will download some docker images and create corresponding containers automatically to tun the server.

The detailed information at listed at ./docker/docker-compose.yml. You can modify this file to change the behavior of containers.

The configuration file for nginx is located at ./docker/default.conf, please modify it to meet you needs.

Stop the server

./stop.sh