Created
October 12, 2017 06:41
-
-
Save nicolargo/5e8c0c1f623ae14d01fed86bc2a3cbee to your computer and use it in GitHub Desktop.
Install a XMPP stack: Prosody + Nginx + Jsxc on Ubuntu
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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