Closed successgo closed 6 years ago
Details
我想要展示一个最小化使用 swoft 的方法
此镜像是包含有 swoole 扩展的 php-cli 运行环境,参见 https://github.com/gdc676463/swoole-docker 。
$ git clone https://github.com/swoft-cloud/swoft
然后进到 swoft 项目目录,安装依赖
swoft
$ composer install
swoole-docker
$ docker run --rm -it -p 8000:80 -v $(pwd):/app php:swoole php /app/swoft/bin/swoft start
现在访问 http://localhost:8000 查看吧
可以参考项目下的 dockerfile 和 docker-compose.yml
@gdc676463 swoft 的教程正在制作中(文章&视频), 会包括 php/swoole/swoft 等等相关技术知识, 欢迎参与进来
Details
第一步 构建一个本地 swoole-docker 镜像
此镜像是包含有 swoole 扩展的 php-cli 运行环境,参见 https://github.com/gdc676463/swoole-docker 。
第二步 拉取 swoft 项目并安装依赖
然后进到
swoft
项目目录,安装依赖第三步,利用
swoole-docker
启动 swoft 项目现在访问 http://localhost:8000 查看吧