This is the front end for the image viewing site at http://jvo.io
There are three software requirements to setup the repo:
- Composer - http://getcomposer.org/
- Node.js - http://nodejs.org/download/
- Bower - http://twitter.github.com/bower/
To setup this repo, do the following:
- A MySQL database needs to be setup.
- The settings.inc.default file needs to be renamed to settings.inc and the correct database and various settings input
- Install ImageMagick:
pear config-set preferred_state betaand thenpecl install imagick - Run
composer install --prefer-sourceto install PHP dependencies - Run
bower installto install Javascript dependencies - In the tools directory run
php dbimport.php ../sql/tables.sqlto setup the database /media/and/media/thumbs/must be writable by apache.