Home

Awesome

hummingbird-cms-chatsample

A sample chat plugin that running on the <a href="https://github.com/mvanvu/hummingbird-cms">Hummingbird CMS</a> 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.

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