summaryrefslogtreecommitdiffstats
path: root/go/README
diff options
context:
space:
mode:
authortv <tv@nomic.retiolum>2014-01-05 23:05:11 +0100
committertv <tv@nomic.retiolum>2014-01-05 23:05:11 +0100
commite0bd4306d7f2284058b0f0910cf4e84e7c78b4f9 (patch)
tree70d35aa5ab02ef878702f35bd53d224de6a5a993 /go/README
parent4d08163ef77d35e136848faa3ee428b171a22687 (diff)
go: initial commit (the real one)
Diffstat (limited to 'go/README')
-rw-r--r--go/README15
1 files changed, 15 insertions, 0 deletions
diff --git a/go/README b/go/README
index 1bc2e7b9..0f9de490 100644
--- a/go/README
+++ b/go/README
@@ -1 +1,16 @@
go - minimalistic uri shortener
+
+# installation
+ npm install
+
+ optionally
+ npm install hiredis
+
+# run service
+ node .
+
+# clear database
+
+ redis-cli keys 'go:*' | xargs redis-cli del
+
+ if you have changed `redisPrefix`, then use that instead of `go:`.