transmet/README.md

18 lines
337 B
Markdown
Raw Normal View History

2015-04-27 02:46:44 +00:00
# transmet
Quick fast dirty link store that can dump them to an html template
2015-05-02 17:13:33 +00:00
# install
## DB setup
Create postgress DB and put details in db/dbconf.yml
on that DB
CREATE EXTENSION pgcrypto;
go get bitbucket.org/liamstask/goose/cmd/goose
goose up
## Build and run
go build
sudo cp transmet.conf /etc/init
sudo service transmet start