Skip to content

Commit 60bda48

Browse files
authored
Merge pull request #21 from xudianyang/master
* 修复快速起步指令
2 parents 60e28f0 + 3cf89b3 commit 60bda48

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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将作为插件的形势支持,或者作为其他独立的开源项目。

0 commit comments

Comments
 (0)