added tmp directories for converstion and rsync for update on prod

This commit is contained in:
Bachir Soussi Chiadmi
2016-06-29 19:43:48 +02:00
parent 527fbe15d8
commit f3ca1f757e
2 changed files with 30 additions and 12 deletions
+8
View File
@@ -5,3 +5,11 @@ lot explorer - hehe rover - server side
install git : ```sudo pacman -S git```
from home clone this repos : ```git clone -b server --single-branch -o guime https://g-u-i.me/gogs/bachir/hehe-rover.git ```
install ffmpeg and exiftool
```
# for debian server
apt-get install ffmpeg
apt-get install libimage-exiftool-perl
```