1 Star 0 Fork 64

m1ngyuan / Fixhub

forked from Fixhub / Fixhub 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

Fixhub

Fixhub 是一套免费、开源,基于Laravel 5.3框架开发的web应用上线管理平台。

Screenshot

Fixhub能做什么?

注意 本项目尚处于刚起步阶段,下面的特性有可能会有bug,欢迎随时向我们反馈。

  • 通过SSH将程序部署到多台服务器上
  • 与Git仓储打通(最好与自托管的Gitlab服务器对接)
  • 安装composer依赖
  • 执行远程服务器bash命令
  • 非常友好的上线过程信息提示
  • 在服务器保留追溯版本,以便回滚时使用
  • 任务计划的健康检测
  • 通过webhook触发部署
  • Slack和邮件通知

下一阶段需要实现的功能

  • 通过OAuth2.0实现与自托管的Gitlab账户打通
  • 权限控制
  • 工作流
  • 可视化的统计

使用到的技术

  • Laravel 5.3
  • Bootstrap
  • ionicons
  • Gulp
  • Node.js
  • Beanstalkd
  • Redis
  • JWT-Auth
  • Socket.io
  • Supervisor

安装环境要求

可选项

  • 为了保持队列监听器以及websoket等后台服务的正常运行,推荐使用Supervisor
  • 缓存服务推荐使用Memcached, 更多的缓存方案选择请看 caching server.

安装手册

一. Clone the repository

$ git clone https://github.com/fixhub/fixhub.git

二. 安装依赖包

$ composer install -o --no-dev

三. 安装socket.io

$ npm install --production

四. 确保storage、bootstrap/cache和public/upload目录可写。

$ chmod -R 777 bootstrap/cache
$ chmod -R 777 storage
$ chmod -R 777 public/upload

五. 拷贝.env.example到.env

$ cp .env.example .env

六. 安装Fixhub

$ php artisan app:install

七. 将你的服务器根目录指向 public/, 请查看 examples/下的相关配置文件,里面包含 Apache和 nginx的配置范例.

八. 启动web socket,配置相关计划任务.

1、 通过`supervisor`管理Fixhub后台服务,请看`examples/supervisor.conf`

2、 不通过`supervisor`管理Fixhub后台服务,你需要手动启动websocket服务。在Fixhub根目录执行`node socket.js` (目录监听6001端口)。手动设置计划任务请看`examples/crontab`.

升级

一. 获取最新代码

$ git fetch --all
$ git checkout 0.0.1

二. 更新依赖

$ composer install -o --no-dev

三. 执行Fixhub升级

$ php artisan app:update

系统演示

体验Fixhub,请请访问 Fixhub:

  • 用户名: demo@fixhub.org
  • 密码: demo

注意:系统每半小时将会初始化演示数据.

鸣谢

软件授权协议

Fixhub is licensed under The MIT License (MIT).

The MIT License (MIT) Copyright (c) <Fixhub.org> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

Fixhub是一款基于laravel 5.3开发,免费、开源的轻量级web部署系统。 展开 收起
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
1
https://gitee.com/m1ngyuan/Fixhub.git
git@gitee.com:m1ngyuan/Fixhub.git
m1ngyuan
Fixhub
Fixhub
master

搜索帮助

14c37bed 8189591 565d56ea 8189591