Go to file
Dan Ballard 41936e57bb almost save news and error handling for 2015-05-10 14:55:21 -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 almost save news and error handling for 2015-05-10 14:55:21 -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
news almost save news and error handling for 2015-05-10 14:55:21 -07:00
tags prep for saving post 2015-05-08 08:30:35 -07:00
templates almost save news and error handling for 2015-05-10 14:55:21 -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 almost save news and error handling for 2015-05-10 14:55:21 -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