Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 690 Bytes

README.md

File metadata and controls

40 lines (28 loc) · 690 Bytes

morechat

Requirements

Usage

Build

git clone https://github.com/emag/morechat.git
cd morechat
./gradlew distZip

You can find the client/server binaries in the following directories.

  • morechat-server/build/distributions/morechat-server-x.y.z.zip
  • morechat-client/build/distributions/morechat-client-x.y.z.zip

Run

Server

unzip morechat-server-x.y.z.zip
cd morechat-server-x.y.z/bin
./morechat-server

Client

unzip morechat-client-x.y.z.zip
cd morechat-client-x.y.z/bin
MORECHAT_CLIENT_OPTS="-Dvoicetext.apikey=your_voicetext_api_key" ./morechat-client