-
Notifications
You must be signed in to change notification settings - Fork 0
Home
sven edited this page Jun 6, 2017
·
3 revisions
Welcome to the ueligo wiki!
欢迎使用 Ueligo ,本文档将帮助您快速上手。
Ueligo 是一个高性能&简单的即时通讯框架,使用纯go语言开发。
安装前请确保你有以下的环境:
1.安装go环境,要求go1.6以上
2.安装git
3.执行 go get -u github.com/kardianos/govendor ,进入根目录后执行
govendor init
govendor add +external
govendor sync
4.在mysql中创建webim数据库并导入webim.sql ,修改worker/golang/db.toml连接配置
5.执行 go run manager.go
6. demo webim http://localhost:9898/im
如要运行demo需安装好
- MySQL