suitmedia / suitcoda
An automated tool, which you to measure your website's quality.
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 12
Forks: 3
Open Issues: 13
Type:project
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-10-18 22:43:25 UTC
README
Installation
- Clone this repository (
git clone git@github.com:suitmedia/suitcoda.git
) - Run
composer install
in the root project to install all dependencies including develeopment requirement. - Run
php artisan migrate
in the root project to migrate suitcoda database. - Run
php artisan db:seed
in the root project to add seeder to database. - Create username and password with command
php artisan user:new-superuser [username] [name] [email] [password]
How to create project
- Login with url
/login
- Click 'Create New Project'.
- Input project name and url, then submit.
How to create inspection
- Run command
php artisan queue:listen --timeout=0
to run queue in local. - Click in the project you want to inspect.
- Click tab 'Activity', then click button 'New Inspection'.
- Check scope you want to inspect, then click button 'Inspect'.
- Check result in database.
How to run worker
Coming soon