Skip to content

elcct/taillachat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tailla Chat Build Status

Tailla Chat https://tailla.com/ is an anonymous chat and picture sharing web application written in Go.

Dependencies

Tailla Chat requires Go 1.7.

Instructions below have been tested on Ubuntu 16.04.

Installation

To install Tailla Chat issue:

go get -u github.com/elcct/taillachat

Then you can start it with:

TAILLA_PUBLIC_PATH=$GOPATH/src/github.com/elcct/taillachat/public \
TAILLA_TEMPLATE_PATH=$GOPATH/src/github.com/elcct/taillachat/views \
TAILLA_UPLOAD_PATH=/tmp \
$GOPATH/bin/taillachat

You can now direct your browser to localhost:8000

Icons

Tailla Chat uses Skype Emoticons via https://github.com/kof/emoticons/

Check license: https://github.com/kof/emoticons/blob/master/LICENSE

About

Anonymous chat and picture sharing written in Go

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published