Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/netgen-layouts/layouts-ibexa

Netgen Layouts & Ibexa DXP integration
https://github.com/netgen-layouts/layouts-ibexa

ibexa layouts php symfony

Last synced: about 2 months ago
JSON representation

Netgen Layouts & Ibexa DXP integration

Awesome Lists containing this project

README

        

# Netgen Layouts & Ibexa CMS integration

## Installation instructions

[INSTALL.md](INSTALL.md)

## Running tests

Running tests requires that you have complete vendors installed, so run
`composer install` before running the tests.

You can run unit tests by simply calling `vendor/bin/phpunit` from the repo
root. This will use an in memory SQLite database.

You can also run unit tests on a real database. After you create the database,
run the tests with:

```
$ DATABASE=mysql://root@localhost/nglayouts vendor/bin/phpunit
```

where `mysql://root@localhost/nglayouts` is a DSN to your MySQL database.

If you use PostgreSQL, you can use the following command:

```
$ DATABASE=pgsql://user:pass@localhost/nglayouts vendor/bin/phpunit
```