Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 565 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 565 Bytes

Introduction

An IM project using Golang.

Build && Run

This repo use Go Module.You can just build with commandgo build.

Don't forget to edit conf/application.yml before running.

Or just using Dockerfile

docker build -f Dockerfile -t pusidun/im_golang .
docker run  -p 8085:8085 --name im_golang pusidun/im_golang -it /bin/bash

PS:MySQL can also start using docker

docker pull mysql:5.7
docker run --name golang-mysql -e MYSQL_ROOT_PASSWORD=12345abcde -p 3306:3306 -d mysql:5.7

Design

LICENSE

This repo is under MIT LICENSE