PHP Classes

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

Recommend this page to a friend!
  Classes of Omar Shaban   PHP Game of Three   ansible/roles/socket_server/tasks/main.yml   Download  
File: ansible/roles/socket_server/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: 277 bytes
 

Contents

Class file image Download
--- - name: apt: pkg=daemon state=latest - name: ratchet | start socket server (logging to app/logs/socket.log) remote_user: vagrant command: daemon -o app/logs/socket.log --name=ratchet -- php app/console gos:websocket:server args: chdir: "{{ nginx.docroot }}/../"