Design an IM App using wildfire

less than 1 minute read

Published:

Tutorial

Tutorial of WildFire IM

Deployment of the server

IM service

Step1: Download the source code

Download the latest version of release from:

https://github.com/wildfirechat/im-server

Here we download the latest version (tar), then unzip and copy it to the cloud server.

image

Step2: Start the service

Then, just follow the tutorial.

Demo application service

Step1: Download the source code

Download the latest version of release from:

https://github.com/wildfirechat/app-server

Here we download the latest version (tar), then unzip and copy it to the cloud server.

image

Step2: Start the service

Then, just follow the tutorial.

Deployment of the Android app

Step1: Download the source code and run it with Android Studio

https://github.com/wildfirechat/android-chat

Step2: Modify the config file

https://docs.wildfirechat.cn/quick_start/android.html

Change the database

Change the database to MySQL:

sudo docker run -p 3307:3306 --name mysql  -e MYSQL_ROOT_PASSWORD=123456 -d mysql:latest

Modify the config file.

image