-
Notifications
You must be signed in to change notification settings - Fork 63
Closed
Description
I used Docker images on a Fedora 23 x64 machine:
docker pull mattermost/platform
docker run --name mattermost-dev -d --publish 8065:80 mattermost/platform
Visit the address http://localhost:8065/ then
- create an account
hello@example.com( userhello, and passwordhello), - and also an organization named
temporary
docker run -d -p 6667:6667 --name ircd xyproto/matterircd -mmserver localhost -mmteam temporary -interface 0.0.0.0
Then opened IRC client ( e.g. xchat ), and in an new server tab and enter:
/server localhost
This connecs to the matterircd IRC server, and login:
/msg mattermost login hello hello
LOGIN hello@localhost hello
Next step fails:
/j #town-square for which I get Cannot join join (Channel is invite only)
This seems to connect and refuse, but not yet fully working.
I think there needs to be a working demo example using Docker images. That will enable someone to evaluate IRC integration.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels