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.
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