transmet/README.md

23 lines
342 B
Markdown
Raw Normal View History

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