Skip to content

Tutorial for a working matteircd example using docker images #38

@tuxdna

Description

@tuxdna

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 ( user hello , and password hello ),
  • 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions