Skip to content

teimichael/BoostimQuickStart

Repository files navigation

BoostimQuickStart

A QuickStart project for Boostim.
Boostim is a set of solutions for instant messaging.
This project encapsulates related components into containers and implements one-click deployment.

Architecture

Boostim Design Architecture

Port

  • BoostimAuth: 9500
  • BoostimAuthMySQL: 9501
  • BoostimCenter: 9510
  • BoostimNode: 9511
  • BoostimDataMySQL: 9600

Command

Pull third containers

chmod u+x ./pull3rdContainers.sh
./pull3rdContainers.sh

Pull projects from GitHub

chmod u+x ./cloneRepositories.sh
./cloneRepositories.sh

Start up projects

docker-compose up

Deamon mod

docker-compose up -d

Shut down projects

docker-compose down

Shut down and clear projects

docker-compose down --rmi 'all'

Related Repositories

About

A QuickStart project for Boostim, a set of solutions for instant messaging.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages