Skip to content

Commit

Permalink
Update README, TODO.
Browse files Browse the repository at this point in the history
Adding input checking to TODO.
Mapped out ffmpeg requirements.
Dropped ImageMagick - no longer needed as we recode thm's in GD now.
  • Loading branch information
sofar committed Oct 11, 2012
1 parent beb1c65 commit 5b72d30
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
13 changes: 9 additions & 4 deletions README
Expand Up @@ -39,14 +39,19 @@ How to install?


Prerequisites: Prerequisites:
- A httpd server. Any should do. - A httpd server. Any should do.
- PHP 5. Any PHP server version should do, but compat issues are not - PHP 5
Any PHP server version should do, but compat issues are not
looked at. The following features should be on in the PHP build: looked at. The following features should be on in the PHP build:
- GD - GD
- EXIF - EXIF
- pecl inotify (`pecl install inotify`) - pecl inotify
`pecl install inotify` to install this automatically
- A webserver writable cache folder with plenty of space - A webserver writable cache folder with plenty of space
- ffmpeg (to recode to MP4 and OGV) - ffmpeg with codecs as needed:
- ImageMagick (To generate video thumbnails) - libvorbis
- libtheora
- libx264
- faac


Git clone the project and point your browser to the project root folder. Edit Git clone the project and point your browser to the project root folder. Edit
config.php and enter users. Make sure you change the cache folder location if config.php and enter users. Make sure you change the cache folder location if
Expand Down
6 changes: 4 additions & 2 deletions TODO
@@ -1,5 +1,7 @@


- Refine installation instructions a bit with examples and cmdlines - Refine installation instructions a bit with examples and cmdlines
- Map out apache/php5 requirements
- replace convert with internal GD functions so we can drop a dependency - make a cache folder per user: $cache_base/$user/$album/$object

- check input size against allowed list


0 comments on commit 5b72d30

Please sign in to comment.