deckbion.blogg.se

Install ejabberd ubuntu
Install ejabberd ubuntu







install ejabberd ubuntu

Install ejabberd ubuntu install#

It is now time to install Ejabberd on the system. The build process will take some time, but soon you should be presented a terminal windows with no error messages in it. configure -help will show you all the available configuration flags that might be interesting for your environment./autogen.sh I’m enabling the PostgreSQL support here. Then install the build dependencies: apt updateĭownload the Ejabberd source code to your home directory and select the latest version (at the time of writing: 20.04): git clone git:///processone/ejabberd.git ejabberdĬonfiguring and running the build process

install ejabberd ubuntu install ejabberd ubuntu

Instructions for activating the Backports can be found here: You will need Debian’s official “Buster Backports” repository for some erlang dependencies that we’re going to install. The compile process will vary a little bit if you’re utilizing Ejabberd’s Mnesia DB or MySQL. By the way: I’m using Ejabberd with PostgreSQL as a backend. I’m able to use the latest patches / updates on GitHubĪs soon as the build time package dependencies are clear, the build process it pretty straight forward.Ejabberd can be updated independently from any Debian packaging processes / workflows.That would give me the following benefits: The Debian project’s Ejabberd maintainer was not sure about the final release date of Ejabberd 20.04 in the Backports repo, so I chose for compiling Ejabberd myself to get my hands on the latest version as soon as possible. While the repo was stuck at 20.02, I wanted to provide the users 20.04 to be able to drastically improve the user experience during video calls. This was done mainly because the “Debian Backports” repository did not offer the version of Ejabberd that I urgently needed. Lately I switched from a binary Ejabberd package to a self-built version of Ejabberd on my XMPP server.









Install ejabberd ubuntu