Skip to content

rvk-utd/os2display-admin

 
 

Repository files navigation

BBS Os2display administrator interface

Development

See https://github.com/rvk-utd/os2display-infrastructure for how to set up a development environment.

Bundles

Documentation for the rvk-custom-os2display bundle.

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

About

OS2display admin

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 81.0%
  • HTML 6.9%
  • JavaScript 6.7%
  • Shell 2.2%
  • SCSS 1.7%
  • Dockerfile 1.1%
  • Twig 0.4%