gost

command module
v0.2.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 17, 2018 License: MIT Imports: 9 Imported by: 0

README

gost

Go Report Card CircleCI Build Status

simple gist like service in go

Docker

# run a mysql
$ docker run --name mysql -e MYSQL_ALLOW_EMPTY_PASSWORD=true -v `pwd`/create-gost.sql:/docker-entrypoint-initdb.d/create-db.sql  -d mysql
# start services
$ docker run --name gost -d --link mysql:mysql -p 8000:8000 -e JWT_SECRET=secret \
-e GIN_MODE=debug \
-e MYSQL_DB_URL="root:@tcp(mysql:3306)/gost?charset=utf8&parseTime=True&loc=Local" \
zcong/gost

Docs

see http://gost-docs.congz.pw

License

MIT © zcong1993

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
cmd
up
internal
jwt

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL