Skip to content

Instantly share code, notes, and snippets.

@nicolargo
Created October 12, 2017 06:41
Show Gist options
  • Save nicolargo/5e8c0c1f623ae14d01fed86bc2a3cbee to your computer and use it in GitHub Desktop.
Save nicolargo/5e8c0c1f623ae14d01fed86bc2a3cbee to your computer and use it in GitHub Desktop.
Install a XMPP stack: Prosody + Nginx + Jsxc on Ubuntu
Prosody is available as a Docker image (https://github.com/prosody/prosody-docker)
Pull it:
docker pull prosody/prosody
and start it (https://github.com/prosody/prosody-docker):
docker run -d -p 5280:5280 -e LOCAL=nicolargo -e DOMAIN=nicolargo.com -e PASSWORD=mdp prosody/prosody:latest
44e501c0e6454b6b5c316fe49b1506486b14a1ccd7566363811a7d0c094ec572
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment