hummingbird-cms-chatsample

March 1, 2021 ยท View on GitHub

A sample chat plugin that running on the Hummingbird CMS Socket Application. This plugin is only for development purpose. So, the chatting will be not check permission on save message data. Don't use it in your production site.

Peek 2021-03-01 19-57

How to use

This plugin is ready to use inside the docker.

  • Direct install or download the zip package and install from the back-end CMS (Plugins menu from the left navigation)
  • Create a menu for this or browse this URL localhost:9000/chat-sample/index

Note

After install the plugin you must restart the docker to reload the Socket application

Change path/to/repo/hummingbird-cms to your hummingbird-cms repo

cd path/to/repo/hummingbird-cms

Restart docker

docker-compose down
docker-compose up -d

Alternatively

docker-compose exec ubuntu-18.4 bash
supervisorctl stop hummingbird-socket
supervisorctl start hummingbird-socket