Blogger - test project for ONGR bundles. It uses functionality of
Elasticsearch, FilterManager, Router, Settings, Cookies
bundles. This test application is implemented as a blog/news site
with a minimal admin panel.
The installation is very simple and basic, most of the assets are already in the web folder therefore very little frontend compilation is needed. To install just run these commands:
composer installbin/console ongr:es:index:createbin/console ongr:es:index:create -m settingsbin/console ongr:es:index:import data.jsonbin/console ongr:es:index:import settings.json -m settingsbin/console assets:install --symlinkbin/console doctrine:database:createbin/console doctrine:schema:update --force- Finally, import the
dump.sqlto your database and you are ready
Two users should now be configured:
- username:
test, password:test - username:
admin, password:admin