readme md fix
This commit is contained in:
parent
e6f858d4fd
commit
61d3465e69
|
@ -1,17 +1,22 @@
|
||||||
# transmet
|
# transmet
|
||||||
Quick fast dirty link store that can dump them to an html template
|
Quick fast dirty link store that can dump them to an html template
|
||||||
|
|
||||||
# install
|
# Install
|
||||||
|
|
||||||
## DB setup
|
## DB setup
|
||||||
Create postgress DB and put details in db/dbconf.yml
|
Create postgress DB and put details in db/dbconf.yml
|
||||||
|
|
||||||
on that DB
|
on that DB
|
||||||
|
|
||||||
CREATE EXTENSION pgcrypto;
|
CREATE EXTENSION pgcrypto;
|
||||||
|
|
||||||
go get bitbucket.org/liamstask/goose/cmd/goose
|
go get bitbucket.org/liamstask/goose/cmd/goose
|
||||||
|
|
||||||
goose up
|
goose up
|
||||||
|
|
||||||
## Build and run
|
## Build and run
|
||||||
go build
|
go build
|
||||||
|
|
||||||
sudo cp transmet.conf /etc/init
|
sudo cp transmet.conf /etc/init
|
||||||
|
|
||||||
sudo service transmet start
|
sudo service transmet start
|
||||||
|
|
Loading…
Reference in New Issue