Skip to content

Commit

Permalink
Merge pull request #126 from vikbez/patch-1
Browse files Browse the repository at this point in the history
"file" command is required
  • Loading branch information
geek-at committed May 22, 2021
2 parents 03d4875 + 5cf9b86 commit 520099b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rtfm/INSTALL.md
Expand Up @@ -3,6 +3,7 @@
PictShare is written to be run on a linux server with PHP 7 and nginx. We tried to support Windows for some time but ever since we started integrating ffmpeg for MP4 hosting we ditched Windows.

- Make sure you have all PHP7 libraries installed (note on some systems the packages are not called php7-* but just php-* also on some systems php7-mbstring is called php7-mb): ```apt-get install php7-exif php7-gd php7-json php7-openssl php7-fileinfo php7-mbstring php7-mcrypt```
- If you are not using windows, make sure your os have the ```file``` command working: ```apt-get install file```
- Unpack the [PictShare zip](https://github.com/chrisiaut/pictshare/archive/master.zip)
- Rename /inc/example.config.inc.php to /inc/config.inc.php
- ```chmod +x bin/ffmpeg``` if you want to be able to use mp4 uploads
Expand Down Expand Up @@ -59,4 +60,4 @@ server {
}
}
```
```

0 comments on commit 520099b

Please sign in to comment.