hhvm的正確安裝姿勢http://dl.hhvm.com映象
hhvm是php的第三方執行環境,由facebook出品,基於該執行環境,它還提供了一種程式語言hack – PHP的靜態型別版。
折騰了一天後,包括各種編譯、配置、FQ,後面終於忍不住搜了一下 http://dl.hhvm.com mirrors
,終於找到了答案。
https://docs.hhvm.com/hhvm/installation/linux#mirrors
There are a variety of volunteered owned mirrors to get the packages, if the default one shown in these instructions are slow. Just change the prefix in your /etc/apt/sources.list.d/hhvm.list (still leave the subdirectory of your distro).
- http://dl.hhvm.com/ (US)
- http://mirror.yourwebhoster.eu/hhvm/ (NL)
- http://mirror.mephi.ru/hhvm/ (RU)
- http://hhvm.bauerj.eu/ (DE)
- http://mirrors.noc.im/hhvm/ (CN)
有國內的映象,由一家叫 愛雲網路的 公司提供。
update-alternatives: using /usr/bin/hhvm to provide /usr/bin/php (php) in auto mode
- HHVM is installed.
- Running PHP web scripts with HHVM is done by having your
- webserver talk to HHVM over FastCGI. Install nginx or Apache,
- and then:
- $ sudo /usr/share/hhvm/install_fastcgi.sh
- $ sudo /etc/init.d/hhvm restart
- (if using nginx) $ sudo /etc/init.d/nginx restart
- (if using apache) $ sudo /etc/init.d/apache restart
- Detailed FastCGI directions are online at:
- https://github.com/facebook/hhvm/wiki/FastCGI
- If you`re using HHVM to run web scripts, you probably want it
- to start at boot:
- $ sudo update-rc.d hhvm defaults
- Running command-line scripts with HHVM requires no special setup:
- $ hhvm whatever.php
- You can use HHVM for /usr/bin/php even if you have php-cli
- installed:
- $ sudo /usr/bin/update-alternatives
- –install /usr/bin/php php /usr/bin/hhvm 60
結果是hhvm方便安裝了,但user-documentation又執行不起來了。
相關文章
- laradock 中安裝 Redis 擴充套件的正確姿勢Redis套件
- laradock 中安裝 Imagick 擴充套件的正確姿勢套件
- Redis的正確使用姿勢Redis
- Postman 正確使用姿勢Postman
- git commit 的正確姿勢GitMIT
- 玩轉 Ceph 的正確姿勢
- 開啟Git的正確姿勢Git
- laravel 使用 es 的正確姿勢Laravel
- java關流的正確姿勢Java
- 使用快取的正確姿勢快取
- Fragment commit 的正確姿勢FragmentMIT
- Mac Mojava 透過 homebrew 安裝 PHP5.6 版本正確姿勢MacJavaPHP
- Mac Mojava 通過 homebrew 安裝 PHP5.6 版本正確姿勢MacJavaPHP
- 原始碼|使用FutureTask的正確姿勢原始碼
- 相容iphone x劉海的正確姿勢iPhone
- npm run dev 的正確使用姿勢NPMdev
- 限制UITextField字數的正確姿勢UI
- 使用 Java 8 Optional 的正確姿勢Java
- 解鎖 Redis 鎖的正確姿勢Redis
- MySQL 5.6建索引的正確姿勢MySql索引
- Python 操作 MySQL 的正確姿勢PythonMySql
- 解鎖redis鎖的正確姿勢Redis
- 演算法分析的正確姿勢演算法
- Java日誌正確使用姿勢Java
- 開發函式計算的正確姿勢 —— 依賴安裝方法一覽函式
- 掌握Redis分散式鎖的正確姿勢Redis分散式
- Pwn掉智慧手錶的正確姿勢
- Spring Boot使用AOP的正確姿勢Spring Boot
- Flutter 錯誤捕獲的正確姿勢Flutter
- 使用 react Context API 的正確姿勢ReactContextAPI
- 實現Flutter彈窗的正確姿勢..Flutter
- 區塊鏈的正確開啟姿勢區塊鏈
- Git Bash 提交程式碼的正確姿勢Git
- 學習Linux命令的正確姿勢Linux
- Python開發遊戲的正確姿勢Python開發遊戲
- Git和GitHub的正確開啟姿勢Github
- 論獲取快取值的正確姿勢快取
- 模組開發者使用 ES Modules 的正確姿勢