I just tried to build some website using hack lang developed by facebook, and found an interesting feature called Repo Authoritative.
I had tried to follow the official docs : https://docs.hhvm.com/hhvm/advanced-usage/repo-authoritative
But still no progress.
Here are my server.ini config file :
; php options
pid = /var/run/hhvm/pid
; hhvm specific
hhvm.server.port = 9000
hhvm.server.type = fastcgi
hhvm.server.default_document = index.php
hhvm.log.use_log_file = true
hhvm.log.file = /var/log/hhvm/error.log
hhvm.repo.central.path = /var/run/hhvm/hhvm.hhbc
Did anyone have a better explanation on how to use this repo thing ?
Any help will be appreciated.