File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ PHP-MSF#1群(QQ): 614054288
5252## 快速起步
5353
5454``` bash
55- $> curl -sS https://cdn.rawgit .com/pinguo/php-msf-docker/214fe1e2 /installer.php | php
55+ $> php -r " copy(' https://raw.githubusercontent .com/pinguo/php-msf-docker/master /installer.php', 'installer. php');include('installer.php'); " && source ~ /.bashrc
5656```
5757
5858` installer.php ` 会检查运行环境,根据你的自定义配置,自动创建项目模板,composer安装依赖,启动服务。如果` cdn.rawgit.com ` 无法访问,可以直接克隆或者下载[ php-msf-docker] ( https://github.com/pinguo/php-msf-docker ) ,提取` installer.php ` ,然后直接运行` php installer.php `
@@ -147,6 +147,8 @@ Docker Registry(阿里云):
147147- VPC网络: ` docker pull registry-vpc.cn-hangzhou.aliyuncs.com/pinguo-ops/php-msf-docker:latest `
148148- DockerHub(国外): ` docker pull pinguoops/php-msf-docker `
149149
150+
151+
150152## 框架定位
151153
152154我们专注打造稳定高性能纯异步基于HTTP的微服务框架,作为nginx+php-fpm的替代技术栈实现架构的微服务化;而Tcp/WebSocket Server将作为插件的形势支持,或者作为其他独立的开源项目。
You can’t perform that action at this time.
0 commit comments