Skip to content

JohnVanOrange/FrontEnd

Repository files navigation

Code Climate

This is the front end for the image viewing site at http://jvo.io

There are three software requirements to setup the repo:

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 beta and then pecl install imagick
  • Run composer install --prefer-source to install PHP dependencies
  • Run bower install to install Javascript dependencies
  • In the tools directory run php dbimport.php ../sql/tables.sql to setup the database
  • /media/ and /media/thumbs/ must be writable by apache.