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

voidtek/docker-platform-dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

NextEuropa platform on Docker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages