oreoaholic.blogg.se

Ejabberd 2
Ejabberd 2




  1. #EJABBERD 2 INSTALL#
  2. #EJABBERD 2 UPDATE#
  3. #EJABBERD 2 PASSWORD#

#EJABBERD 2 INSTALL#

Installation of PSi+ Software for One-to-one Chatĭownload & install the PSi+ Software through Ubuntu Software Centre.

#EJABBERD 2 PASSWORD#

$ ejabberdctl register user2 localhost password $ ejabberdctl register user1 localhost password Register the users in Ejabberd with the help of given code.

ejabberd 2

Import the entire Ejabberd database structure to chat database.Copy the entire Ejabberd MySQL database structure from the link to save it in the mysql.sql file.Here opens popup menus following to enter the password and create the database for one-to-one chat.Use the following command to create the server database.Run the following link to run and understand the status of the MySQL server. Use the given command to login into the MySQL server with the required MySQL root password set while the server installation. Once the installation of MySQL server, the server runs automatically with the appropriate user and password which is defined earlier. Enter your MySQL user root password.Įnter the confirmation on the popup menu. On the installation of MySQL server package, a dialogue screen losetupthe MySQL root password screen will open on the terminal. Install the updated version of MySQL database with the help of given below command: $ sudo apt-get install mysql-server-5.6 To verify the dependencies, go with “Configure” command. Install the Erlang version using “make install” command on the Linux server.

ejabberd 2

In order to compile the source code, it is advisable to use the “make” command to execute the file. Step 4: Begin the compilation and Install the Erlang $ sudo apt-get install gcc make build-essential libncurses5-dev openssl libssl-dev fop xsltproc unixodbc-dev libwxbase3.0 libwxgtk3.0-dev libqt4-opengl-dev autoconf Step 3: Adding dependencies in the commandĮnsure to offer the required dependencies through single library function in order to perform certain particular tasks. $ wget Įxtract the downloaded tar file using the command given below: $ tar -xvzf otp_src_18.0.tar.gz Thewgetcommand is the command used to download the Erlang source file.

#EJABBERD 2 UPDATE#

The version update is expected to extend regularly. In Linux server, download Erlang version of 18.0 from the source file using the given link. Step 1: Download the Erlang in the Ubuntu Server Here comes the installation procedure of Erlang in Ubuntu Server: It’s a collection of libraries and design principles that are written in Erlang language which helps to run a high run-time application with high scalability. It's a concept of “Write once and Run forever”. Here comes a list of technical procedures parameters you will be following to develop one-to-one chat application.Įrlang is an open source functional programming language used in generating high scalability and requirement of system availability. So, we would be handling with such technologies Erlang (Language), Ejabberd (Framework), XMPP Protocol, MySQL (Database). The technologies are the key factors used for WhatsApp success. Well! In this article, I will walk through the end-to-end development of a chat application from scratch. To create some exposure within the enterprises and business professionals who wish to create a chat application using some of the high-grade technologies, here comes the enlightenment. Thus, its essence in industrial and versatile communication is significant.

ejabberd 2

Chat apps have been revolutionizing the apps market.






Ejabberd 2