23 lines
342 B
Markdown
23 lines
342 B
Markdown
# transmet
|
|
Quick fast dirty link store that can dump them to an html template
|
|
|
|
# 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
|