Skip to content

Latest commit

 

History

History
52 lines (37 loc) · 1.21 KB

README.md

File metadata and controls

52 lines (37 loc) · 1.21 KB

os2display administrator interface

For general information about installation see the https://github.com/os2display/docs/blob/development/Installation%20guide.md in the docs repository.

Information

When working with os2display together with the vagrant provided, you have to visit screen.os2display.vm, search.os2display.vm, middleware.os2display.vm, admin.os2display.vm and accept the self-sign certificates. If you don't open a tab for each in Chrome, if not it will not work.

Helpful commands

We have defined a couple of commands for os2display.

To push content

php app/console ik:push

To reindex search

php app/console ik:reindex

This does not include delete of records that are removed from symfony but not search.

To clear cache

php app/console cache:clear

To brute force clear cache

rm -rf app/cache/*

API tests

Clear out the acceptance test cache and set up the database:

app/console --env=acceptance cache:clear
app/console --env=acceptance doctrine:database:create

Run API tests:

./vendor/behat/behat/bin/behat --suite=api_features

Run only tests with a specific tag:

./vendor/behat/behat/bin/behat --suite=api_features --tags=group