PHP Classes

File: ansible/roles/app/tasks/main.yml

Recommend this page to a friend!
  Classes of Omar Shaban   PHP Game of Three   ansible/roles/app/tasks/main.yml   Download  
File: ansible/roles/app/tasks/main.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Game of Three
Game of Three implementation using Websockets
Author: By
Last change:
Date: 2 years ago
Size: 299 bytes
 

Contents

Class file image Download
--- # application tasks to be customized and to run after the main provision - name: Vendor | Install shell: "cd /vagrant && composer install" - name: Assets | Install shell: "cd /vagrant && app/console assets:install" - name: Assetic | Dump shell: "cd /vagrant && app/console assetic:dump"