Skip to content
This repository has been archived by the owner on May 31, 2023. It is now read-only.

Latest commit

 

History

History
38 lines (26 loc) · 630 Bytes

INSTALL.md

File metadata and controls

38 lines (26 loc) · 630 Bytes

Composer global installation

Update ~/.composer/composer.json file by adding the following lines

{
    "repositories":[
        {
            "name": "ismaail/web_application_runner",
            "type": "git",
            "url": "https://github.com/ismaail/web_application_runner.git"
        }
    ],
    "require": {
        "ismaail/web_application_runner": "dev-master"
    }
}

And then run the command

composer global update

Run

To run the runner server, inside the target folder run the command:

runner

Notice: the path of bin folder of the global composer must be in your $PATH