Skip to content
This repository has been archived by the owner on Oct 11, 2019. It is now read-only.

Latest commit

 

History

History
47 lines (32 loc) · 1004 Bytes

README.md

File metadata and controls

47 lines (32 loc) · 1004 Bytes

THIS PROJECT IS DEPRECATED

The project is not maintained anymore.

Build Status

docker-platform-dev

NextEuropa platform on Docker

Initialisation

$ cd script
$ ./platform_init.sh

Development

$ docker-compose exec web ./bin/phpcs
$ docker-compose exec web ./bin/phpunit -c tests/phpunit.xml
$ docker-compose exec web ./bin/behat -c tests/behat.yml -p standard_ec_resp

$ docker-compose exec web drush cc all -r ./build

$ docker-compose exec web bash

Stop containers

$ docker-compose down

More informations

Persitent database

Docker will create the volume for you in the /var/lib/docker/volumes folder. This volume persist as long as you are not typing

$ docker-compose down -v

Tools/links