Skip to content

Switch over to docker.#43

Open
jibran wants to merge 4 commits intomasterfrom
docker-compose
Open

Switch over to docker.#43
jibran wants to merge 4 commits intomasterfrom
docker-compose

Conversation

@jibran
Copy link
Copy Markdown
Collaborator

@jibran jibran commented Sep 14, 2017

  • Removes phing and replace it with Makefile.
  • Removes coder as it comes with core now.
  • Removes VM file

Please locally test this before merging.

jibran and others added 3 commits September 14, 2017 13:06
Signed-off-by: Jibran Ijaz <jibran@1198144.no-reply.drupal.org>
Signed-off-by: Jibran Ijaz <jibran@1198144.no-reply.drupal.org>
Signed-off-by: Jibran Ijaz <jibran.ijaz@gmail.com>
@pasankg
Copy link
Copy Markdown
Contributor

pasankg commented Jul 16, 2018

Instructions to setup

  • Clone the branch run composer install
  • Clone Drupal in app
  • Power up the containers
  • From inside the app dir run composer install
  • Run make install inside the php container

jibran++

@pasankg
Copy link
Copy Markdown
Contributor

pasankg commented Jul 30, 2018

To run phpcs

cd app
export PATH="$PATH:/data/app/vendor/bin"
phpcs path/to/folder

To run tests

cd app
vendor/bin/phpunit -c core/phpunit.xml --filter=function_name path/to/the/Tests/FileTest.php

Signed-off-by: Jibran Ijaz <jibran.ijaz@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants