update docs
This commit is contained in:
parent
60dec3db4a
commit
23752f0996
@ -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
|
||||||
|
13
doc/redis.md
13
doc/redis.md
@ -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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user