项目作者: liverecord

项目描述 :
Self-hosted forum with realtime topic updates, WYSIWYG formatting, P2P calls and friendly interface. Server.
高级语言: Go
项目地址: git://github.com/liverecord/lrs.git
创建时间: 2017-11-24T22:27:55Z
项目社区:https://github.com/liverecord/lrs

开源协议:BSD 3-Clause "New" or "Revised" License

下载


LiveRecord Server

Go Report Card
License
Build Status
Github All Releases
Github All Releases

This is socket server for LiveRecord communication platform.

Configure

Add to .env

  1. MYSQL_DSN=root:123@tcp(127.0.0.1:3306)/liveRecord?charset=utf8&parseTime=True
  2. DOCUMENT_ROOT=/Users/zoonman/Projects/www/liverecord/client/dist
  3. LISTEN_ADDR=:8000
  4. DEBUG=true

Assemble and run

Install make and execute:

  1. make it work

Running inside Docker container