suitmedia / suitcoda

一个自动化的工具,可以帮助您测量网站的质量。

安装: 0

依赖: 0

建议者: 0

安全性: 0

星级: 0

关注者: 12

分支: 3

开放问题: 13

类型:项目

1.0.0-beta0 2015-08-05 13:39 UTC

This package is auto-updated.

Last update: 2024-09-18 22:26:00 UTC


README

License Total Downloads Build Status codecov.io Scrutinizer Code Quality Code Climate

安装

  1. 克隆此仓库(git clone git@github.com:suitmedia/suitcoda.git
  2. 在项目根目录中运行composer install以安装所有依赖项,包括开发需求。
  3. 在项目根目录中运行php artisan migrate以迁移suitcoda数据库。
  4. 在项目根目录中运行php artisan db:seed以向数据库添加seeder。
  5. 使用命令php artisan user:new-superuser [username] [name] [email] [password]创建用户名和密码

如何创建项目

  1. 使用/login URL登录
  2. 点击“创建新项目”
  3. 输入项目名称和URL,然后提交

如何创建检查

  1. 运行命令php artisan queue:listen --timeout=0在本地运行队列
  2. 点击您想要检查的项目
  3. 点击“活动”标签页,然后点击“新建检查”按钮
  4. 检查您想要检查的范围,然后点击“检查”按钮
  5. 在数据库中检查结果

如何运行工作进程

即将推出