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/pidhhvm_server_port
: 9000hhvm_server_type
: fastcgihhvm_server_default_document
: index.phphhvm_log_use_log_file
: "true"hhvm_log_file
: /var/log/hhvm/error.loghhvm_repo_central_path
: /var/run/hhvm/hhvm.hhbc
Configuration for php.ini
session_save_handler
: filessession_save_path
: /var/lib/hhvm/sessionssession_gc_maxlifetime
: 1440 secondshhvm_log_level
: Warninghhvm_log_always_log_unhandled_exceptions
: "true"hhvm_log_runtime_error_reporting_level
: 8191hhvm_mysql_typed_results
: "false"
Dependencies
No dependencies.
Example Playbook
- hosts: web-server
roles:
- role: mats116.hhvm
hhvm_server_port: 8080
License
MIT License
Installa
ansible-galaxy install valentinzberea.hhvm
Licenza
Unknown
Download
125
Proprietario