这是indexloc提供的服务,不要输入任何密码
Skip to content

NandoKstroNet/phabric-hhvm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Phabricator HHVM

Installing

  1. Make sure you have VirtualBox.
  2. Install Vagrant.
  3. Clone this repository or download it as a zip.
  4. Add an entry in your host file for vagrant-hhvm.localhost with IP 192.168.99.99
  5. In the terminal, go to the folder where you cloned or unzipped the files and type puppet module install nodes/php
  6. Than type vagrant up.
  7. vagrant ssh
  8. cd /var/www/phabricator && sudo apt-get install php5-cli php5-mysql && sudo ./bin/storage upgrade

Step 4 is important because Nginx is configured to deny all anonymous requests, and only pass the request to HHVM by server name. You are free to change this, but I just like the idea: Using nginx as Front Server to HipHop

TODO

  1. Create a manifest to install php-cli and php-mysql
  2. Create a manifest to run the storage upgrade

About

Really basic HHVM Vagrant machine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published