Skip to content

mvanvu/hummingbird-cms-chatsample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

hummingbird-cms-chatsample

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

About

A sample socket plugin for hummingbird CMS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published