You are here

README.txt in EVA: Entity Views Attachment 8

Same filename in this branch
  1. 8 README.txt
  2. 8 tests/eva_docker/README.txt
Same filename and directory in other branches
  1. 8.2 tests/eva_docker/README.txt
The purpose of this directory is local replication of reported issues for EVA. 
It contains a Docker network and a composer-specified Drupal installation. The
EVA module is linked from the parent directory (i.e., local changes and patches
may be tested in real time).

Prerequisites:

- Docker

Quickstart:

- docker-compose up
- ./dcomposer install
- ./ddrush site-install standard --site-name=test
- ./ddrush en -y eva_test
- ./test.sh

File

tests/eva_docker/README.txt
View source
  1. The purpose of this directory is local replication of reported issues for EVA.
  2. It contains a Docker network and a composer-specified Drupal installation. The
  3. EVA module is linked from the parent directory (i.e., local changes and patches
  4. may be tested in real time).
  5. Prerequisites:
  6. - Docker
  7. Quickstart:
  8. - docker-compose up
  9. - ./dcomposer install
  10. - ./ddrush site-install standard --site-name=test
  11. - ./ddrush en -y eva_test
  12. - ./test.sh