Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions .gitignore
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

c'est pas nécessaire non ?

Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,14 @@
./node_modules
./drivers
./.php-cs-fixer.cache
/vendor
/ibexa
/chromedriver
/.php_cs.cache
/bin/do.bash
/.phpunit.result.cache
/documentation/export
/.idea
/node_modules
/drivers
/.php-cs-fixer.cache
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,18 @@ This is the Mono Repo that manages all the Novactive Ibexa Bundles that have eac
```bash
git clone
ddev start
make installibexa IBEXA_VERSION="4.*"
make installibexa IBEXA_VERSION="5.*"
ddev describe
```

This will install the last version of Ibexa and bundles on top of it.

### Install Bundles

To enable one of the bundles in the development environment, edit the ci-config.yaml file (set install: true) and then run the make wrap-bundles command.

This should add the repository to the composer.json file in the ibexa directory, as well as add a require entry in bundles.php.

## Contribution

This project comes with Coding Standards and Tests.
Expand Down