README (view raw)
1honk honk
2
3-- features
4
5Take control of your honks and join the federation in the fight against the
6evil empire.
7
8Send honks. Receive honks. And not just honks.
9Bonk, donk, tonk, all your favorite activities are here.
10
11Purple color scheme.
12
13The button to submit a new honk says "it's gonna be honked".
14
15Ein Honk is a stupid person auf deutsch.
16
17-- requirements
18
19github.com/gorilla/mux
20golang.org/x/crypto
21golang.org/x/net
22golang.org/x/text
23humungus.tedunangst.com/r/go-sqlite3
24
25It should be sufficient to type make after unpacking a release under go/src.
26Mind your gopath.
27
28Even on a fast machine, building from source can take several seconds.
29
30Busy honk instances may require megabytes of memory.
31
32-- setup
33
34honk expects to be fronted by a TLS terminating reverse proxy.
35
36First, create the database.
37
38./honk init
39
40This will ask four questions.
41username: (the username you want)
42password: (the password you want)
43listenaddr: (tcp or unix: localhost:31337, /var/www/honk.sock, etc.)
44servername: (public DNS name: honk.example.com)
45
46Then run honk.
47
48./honk
49