picdump is a simple image uploader.
- A webserver with PHP (for example nginx or apache)
- GIT
- Clone the repo somewhere.
- Change into the directory.
- Install the dependencies
- Download composer
curl -sS https://getcomposer.org/installer | php
- Run the installer:
php composer.phar install
- As you don't need a database or a mail server, you can just press return.
- Delete the Cache
php app/console cache:clear --env=prod --no-debug
- Dump the assets
php app/console assetic:dump --env=prod --no-debug
- At last you need to configure your webserver.