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

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

This package is auto-updated.

Last update: 2024-04-18 21:18:21 UTC


README

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

Installation

  1. Clone this repository (git clone git@github.com:suitmedia/suitcoda.git)
  2. Run composer install in the root project to install all dependencies including develeopment requirement.
  3. Run php artisan migrate in the root project to migrate suitcoda database.
  4. Run php artisan db:seed in the root project to add seeder to database.
  5. Create username and password with command php artisan user:new-superuser [username] [name] [email] [password]

How to create project

  1. Login with url /login
  2. Click 'Create New Project'.
  3. Input project name and url, then submit.

How to create inspection

  1. Run command php artisan queue:listen --timeout=0 to run queue in local.
  2. Click in the project you want to inspect.
  3. Click tab 'Activity', then click button 'New Inspection'.
  4. Check scope you want to inspect, then click button 'Inspect'.
  5. Check result in database.

How to run worker

Coming soon