valentinzberea.hhvm

README.md

Ansible Role: mats116.hhvm

This Ansible role installs HHVM on Ubuntu 14.04 LTS.

Requirements

No special requirements.

Role Variables

Here are the available variables with their default values:

  • hhvm_version: "3.10"

Configuration for server.ini

  • hhvm_pidfile: /var/run/hhvm/pid
  • hhvm_server_port: 9000
  • hhvm_server_type: fastcgi
  • hhvm_server_default_document: index.php
  • hhvm_log_use_log_file: "true"
  • hhvm_log_file: /var/log/hhvm/error.log
  • hhvm_repo_central_path: /var/run/hhvm/hhvm.hhbc

Configuration for php.ini

  • session_save_handler: files

  • session_save_path: /var/lib/hhvm/sessions

  • session_gc_maxlifetime: 1440 seconds

  • hhvm_log_level: Warning

  • hhvm_log_always_log_unhandled_exceptions: "true"

  • hhvm_log_runtime_error_reporting_level: 8191

  • hhvm_mysql_typed_results: "false"

Dependencies

No dependencies.

Example Playbook

- hosts: web-server
  roles:
    - role: mats116.hhvm
      hhvm_server_port: 8080

License

MIT License

Informazioni sul progetto

HHVM installer

Installa
ansible-galaxy install valentinzberea.hhvm
Licenza
Unknown
Download
125
Proprietario