- Checkout this repository.
- Execute
composer install
to install all Php dependencies - Execute
bower install
to install all JS dependencies - Execute
php bin/console doctrine:schema:validate
in the console to verify that everything is ok. - Execute
php bin/console doctrine:schema:update --force
to update the database. You can also usephp bin/console doctine:schema:update --dump-sql
before this to see the Raw sql queries that will be executed. - Navigate to http://yourHost/projectDirectory/web/app_dev.php to test this in action.
Drag-drop any image file in the dropzone to upload it.
The Uploaded file should appear in web/uploads/
directory.
Follow the detailed tutorial at DigitalFortress in case you run into any errors.