Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 487 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 487 Bytes

Deployer

一个使用git的简易项目发布工具

alt Deployer Example

安装配置

安装依赖库

npm install
composer install

初始化

php deployer init

创建管理员

php deployer user:add

配置服务

使用php-fpm/nginx组合,nginx项目配置文件示例:deployer.conf

至此配置完毕,打开浏览器访问: http://您的发布机器ip:8090/ 愉快的使用吧~