We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
To install prebuilt packages for Debian 7 (amd64), add the repository to your /etc/apt/sources.list:
echo "deb http://debian.lisgames.ru/ wheezy soft" >> /etc/apt/sources.list
Then import the public key and update the package index:
wget http://debian.lisgames.ru/lisgames_key.asc apt-key add lisgames_key.asc apt-get update
Finally, you can install (or update) your package with the normal apt-get install process:
apt-get install hiphop-php
hhvm /opt/hiphop-php/hello.php
It should say "Hello world!".