Go to file
Dan Ballard 9ca8deed23 load tags into tree, display them as tree with depth 2, ordered 2015-05-08 00:07:30 -07:00
config routing, user handling 2015-04-29 21:32:39 -07:00
css import base html core + bootstrap from warren 2015-04-28 08:10:40 -07:00
db fixed initial db schema 2015-04-27 07:23:02 -07:00
fonts fonts, routing setup 2015-04-29 08:25:48 -07:00
js import base html core + bootstrap from warren 2015-04-28 08:10:40 -07:00
tags load tags into tree, display them as tree with depth 2, ordered 2015-05-08 00:07:30 -07:00
templates load tags into tree, display them as tree with depth 2, ordered 2015-05-08 00:07:30 -07:00
user add form page 2015-05-02 12:28:11 -07:00
.gitignore stub main, load config 2015-04-27 08:31:51 -07:00
LICENSE Initial commit 2015-04-26 19:46:44 -07:00
README.md readme md fix 2015-05-02 10:14:31 -07:00
main.go minor login work 2015-05-01 08:20:02 -07:00
route_handlers.go load tags, start showing in template drop down 2015-05-07 08:31:18 -07:00

README.md

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