Archived
1
0

update docs

This commit is contained in:
Jeff Becker 2016-04-03 08:17:36 -04:00
parent 60dec3db4a
commit 23752f0996
No known key found for this signature in database
GPG Key ID: AB950234D6EA286B
2 changed files with 4 additions and 14 deletions

View File

@ -6,7 +6,7 @@
* linux or freebsd * linux or freebsd
* libsodium 1.0 or higher * libsodium 1.0 or higher
* imagemagick * imagemagick
* ffmpegthumbnailer * ffmpeg
* sox * sox
## supported go versions ## ## supported go versions ##
@ -17,11 +17,12 @@
## debian ## ## debian ##
Get `go 1.6` from [here](https://golang.org/dl/) for your platform
Get the dependancies Get the dependancies
sudo apt-get update sudo apt-get update
sudo apt-get --no-install-recommends install imagemagick libsodium-dev ffmpegthumbnailer sox build-essential git golang ca-certificates sudo apt-get --no-install-recommends install imagemagick libsodium-dev ffmpeg sox build-essential git ca-certificates
Check out the repo and build it Check out the repo and build it

View File

@ -3,18 +3,7 @@
0) Install redis 0) Install redis
Redis 3.x or higher is required Redis 3.x or higher is required, [stable release](http://download.redis.io/releases/redis-stable.tar.gz) recommend
0.A) debian/ubuntu
# apt update
# apt install redis-server
0.B) redhat
# yum install redis
0.C) from source
* see http://redis.io/download * see http://redis.io/download