moult/cavis

System for image voting and commenting

dev-develop 2013-11-09 14:27 UTC

This package is not auto-updated.

Last update: 2024-04-22 14:02:57 UTC


README

System for image voting and commenting.

Features

The following usecases are supported.

  • Image add
  • Image delete
  • Image vote
  • Image share
  • Image view
  • Image browse
  • Comment add
  • Comment delete
  • Comment vote
  • Category add
  • Category delete
  • Category edit

Development

  1. Get Composer curl -s http://getcomposer.org/installer | php and then run php composer.phar install --dev. This is needed to set up testing tools (installs into bin/).
  2. Use Phing to run phing all in project root. This will run phpspec, phpcs, pdepend, phpmd, phpcpd, phpdcd and phpdoc2. phing by itself is a shorthand to run just PHPSpec. For more information, see phing -projecthelp
  3. Start developing. Specs are in spec/, documentation is in docs/. Any build logs generated by phing all-log useful for CI can be found in build/.