Skip to content

Instantly share code, notes, and snippets.

@gondo
Forked from SchumacherFM/Magento-HHVM.md
Created August 17, 2013 03:15
Show Gist options
  • Select an option

  • Save gondo/6255074 to your computer and use it in GitHub Desktop.

Select an option

Save gondo/6255074 to your computer and use it in GitHub Desktop.

Running Magento Enterprise Edition with Facebook HipHop HHVM

Compile and Download HipHop

Setup a virtual machine.

Use can use that install script install-hhvm.sh for compiling and installing hiphop https://github.com/jakoch/php-hhvm.

But change the hiphop source in function get_hiphop_source() to the special Magento hiphop https://github.com/danslo/hiphop-php source.

Optionally: You can remove all the last lines after ## Success in the script install-hhvm.sh.

Official FB "How to" compile: https://github.com/facebook/hiphop-php/wiki

Prebuild packages will not work with Magento.

Options for the config.hdf file: https://github.com/facebook/hiphop-php/blob/master/hphp/doc/options.compiled

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment