tworzenieweb / polcode-recruitment
Polcode simple recruitment app
Requires
- php: >=5.3.3
- dflydev/markdown: ~1.0
- doctrine/data-fixtures: ~1.0@dev
- doctrine/doctrine-bundle: ~1.2
- doctrine/doctrine-fixtures-bundle: ~2.2
- doctrine/doctrine-migrations-bundle: ~2.0@dev
- doctrine/migrations: ~1.0@dev
- doctrine/orm: ~2.4
- incenteev/composer-parameter-handler: ~2.0
- jms/di-extra-bundle: ~1.4
- jms/security-extra-bundle: ~1.5
- jms/serializer-bundle: ~0.11
- knplabs/gaufrette: 0.1.4
- knplabs/knp-menu-bundle: 1.1.x-dev
- knplabs/knp-paginator-bundle: ~2.3@dev
- mopa/bootstrap-bundle: v3.0.0-beta3
- sensio/distribution-bundle: ~2.3
- sensio/framework-extra-bundle: ~2.3
- sensio/generator-bundle: ~2.3
- simplethings/entity-audit-bundle: dev-master
- sonata-project/admin-bundle: ~2.3@dev
- sonata-project/block-bundle: ~2.2@dev
- sonata-project/core-bundle: ~2.2@dev
- sonata-project/datagrid-bundle: ~2.2@dev
- sonata-project/doctrine-extensions: ~1@dev
- sonata-project/doctrine-orm-admin-bundle: ~2.3@dev
- sonata-project/easy-extends-bundle: ~2.1@dev
- sonata-project/exporter: ~1.3@dev
- sonata-project/formatter-bundle: ~2.3@dev
- sonata-project/intl-bundle: ~2.2@dev
- sonata-project/media-bundle: ~2.3@dev
- sonata-project/notification-bundle: ~2.2@dev
- sonata-project/user-bundle: ~2.2@dev
- stof/doctrine-extensions-bundle: ~1.1
- symfony/assetic-bundle: ~2.3
- symfony/monolog-bundle: ~2.3
- symfony/swiftmailer-bundle: ~2.3
- symfony/symfony: ~2.3.7
- twbs/bootstrap: v3.0.0
- twig/extensions: ~1.0
- twig/twig: ~1.12
Requires (Dev)
- guzzle/guzzle: ~3.0
- liip/functional-test-bundle: dev-master
- phpunit/phpunit: ~3.7
This package is auto-updated.
Last update: 2025-01-12 04:17:15 UTC
README
Installation
Get composer:
curl -s http://getcomposer.org/installer | php
Run the following command:
php composer.phar create-project tworzenieweb/polcode-recruitment polcode-recruitment dev-master
The installation process used Incenteev's ParameterHandler to handle parameters.yml configuration. With the current installation, it is possible to use environment variables to configure this file:
Reset the data
Fixtures are automatically loaded on the composer create-project
step. If you'd like to reset your sandbox to the default fixtures (or you had an issue while installing and want to fill in the fixtures manually), you may run:
php bin/load_data.php
This will completely reset your database.
Run
If you are running PHP5.4, you can use the built in server to start the demo:
app/console server:run localhost:9090
Now open your browser and go to http://localhost:9090/
Tests
To run tests use phpunit:
phpunit -c app/
Copyright
This project skeleton was made based on sonata sandbox project https://github.com/sonata-project/sandbox/ - to have all sonata functionality configured correctly. Also for new bootstrap theme which is not enabled by default