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

Useful tasks

Alex Skrypnyk edited this page Apr 13, 2016 · 1 revision

Install DCR

File .beetbox/tasks/post/dcr.yml

---
- name: Install DCR and dependencies.
  composer:
    command: require
    arguments: alexdesignworks/dcr
    working_dir: "{{ beet_base }}"
  become: no

- name: Install DCR for current project.
  command: vendor/bin/dcr install
  args:
    chdir: "{{ beet_base }}"
  become: no

Clone this wiki locally