/picdump

A simple image uploader

Primary LanguageJavaScriptMIT LicenseMIT

picdump

picdump is a simple image uploader.

Install

Requirements

  • A webserver with PHP (for example nginx or apache)
  • GIT

Instructions

  1. Clone the repo somewhere.
  2. Change into the directory.
  3. Install the dependencies
  4. Download composer curl -sS https://getcomposer.org/installer | php
  5. Run the installer: php composer.phar install
  • As you don't need a database or a mail server, you can just press return.
  1. Delete the Cache php app/console cache:clear --env=prod --no-debug
  2. Dump the assets php app/console assetic:dump --env=prod --no-debug
  3. At last you need to configure your webserver.