Ken-Håvard Lieng eeb45e17c2 Name it
2015-12-11 04:35:48 +01:00
2015-06-17 00:46:58 +02:00
2015-06-17 00:46:58 +02:00
2015-12-11 04:35:48 +01:00
2015-12-11 04:35:48 +01:00
2015-12-11 04:35:48 +01:00
2015-12-11 04:35:48 +01:00
2015-12-11 04:35:48 +01:00
2015-06-12 01:09:23 +02:00
2015-08-25 22:28:48 +02:00
2015-12-11 04:35:48 +01:00
2015-12-11 04:35:48 +01:00
2015-05-01 23:50:06 +02:00
2015-12-11 04:35:48 +01:00
2015-12-11 04:35:48 +01:00

dispatch Build Status

####Try it!

Features

  • Searchable history
  • Persistent connections
  • Multiple users

Usage

There is a few different ways of getting it:

1. Binary

There will be binary releases.

2. Go

This requires a Go environment.

go get github.com/khlieng/dispatch

dispatch

To get some help run:

dispatch help

3. Docker

docker run -p 8080:8080 khlieng/dispatch

Build

Server

cd $GOPATH/src/github.com/khlieng/dispatch

go install

Client

This requires Node.js.

Fetch the dependencies:

npm install -g gulp
go get github.com/jteeuwen/go-bindata/...
cd $GOPATH/src/github.com/khlieng/dispatch/client
npm install

Run the build:

gulp -p

The server needs to be rebuilt after this. For development dropping the -p flag will turn off minification and embedding, requiring only one initial server rebuild.

Description
No description provided
Readme 49 MiB
Languages
Go 88.3%
JavaScript 10.7%
CSS 1%