suitmedia / suitcoda
一个自动化的工具,可以帮助您测量网站的质量。
1.0.0-beta0
2015-08-05 13:39 UTC
Requires
- php: >=5.5.9
- laravel/framework: 5.1.*
Requires (Dev)
- fzaninotto/faker: ~1.4
- mockery/mockery: 0.9.*
- phpunit/phpunit: ~4.0
- squizlabs/php_codesniffer: ^2.3.1
This package is auto-updated.
Last update: 2024-09-18 22:26:00 UTC
README
安装
- 克隆此仓库(
git clone git@github.com:suitmedia/suitcoda.git
) - 在项目根目录中运行
composer install
以安装所有依赖项,包括开发需求。 - 在项目根目录中运行
php artisan migrate
以迁移suitcoda数据库。 - 在项目根目录中运行
php artisan db:seed
以向数据库添加seeder。 - 使用命令
php artisan user:new-superuser [username] [name] [email] [password]
创建用户名和密码
如何创建项目
- 使用
/login
URL登录 - 点击“创建新项目”
- 输入项目名称和URL,然后提交
如何创建检查
- 运行命令
php artisan queue:listen --timeout=0
在本地运行队列 - 点击您想要检查的项目
- 点击“活动”标签页,然后点击“新建检查”按钮
- 检查您想要检查的范围,然后点击“检查”按钮
- 在数据库中检查结果
如何运行工作进程
即将推出