- Edited
I tried to run osTicket on HHVM but after installation screen nothing happens. Anyone had success?
I tried to run osTicket on HHVM but after installation screen nothing happens. Anyone had success?
software version(s)?what is HHVM?server logs? PHP logs?Please help us to help you by reading and following the posting guidelines located in this thread: Please read before requesting assistance. The more information you give us the better we will be able to assist you. Thank you.
HipHop Virtual Machine (HHVM)
is a virtual machine developed and open sourced by Facebook to process
and execute programs and scripts written in PHP. Facebook developed HHVM
because the regular Zend+Apache combination isn't as efficient to serve
large applications built in PHP.
According to their website, HHVM has realized over a 9x increase in web request throughput and over a 5x reduction in memory consumption
for Facebook compared with the Zend PHP engine + APC (which is the
current way of hosting a large majority of PHP applications).
Side note, after a little reasearch HHVM appears to use NGINX, which is not a supported webserver software. You would want to read through the NGINX threads on github.Also what do you mean by "nothing happens"?
HHVM can be configured to run on both apache and nginx. It is Just-In-Time (JIT) compiler for PHP
http://hhvm.com/
Yeah I'm reading about it now.
What you think? Is it possible to run OSTicket on HHVM?
I dont see why not. is there a HHVM iso that can be used to setup a vmware machine?I'd be willing to give it a try.
There is no ISO. Install Ubuntu 14.04 on VirtualBox or VMWare. Install Nginx or Apache.Install MySQL or MariaDBInstall HHVM
wget -O - http://dl.hhvm.com/conf/hhvm.gpg.key | sudo apt-key add -
echo deb http://dl.hhvm.com/ubuntu trusty main | sudo tee /etc/apt/sources.list.d/hhvm.list
sudo apt-get update
sudo apt-get install hhvm
sudo /usr/share/hhvm/install_fastcgi.sh
Install OSTicketDid you able to run osTicket on HHVM?