-
Notifications
You must be signed in to change notification settings - Fork 1
Installation
T. Kunze edited this page May 5, 2016
·
5 revisions
There are several ways of installing and configuring Comproso:
- using the installation wizard
- adding Comproso to an existing laravel app
- creating a comproso-laravel app
- manual installation
We recommend manual installation. The installation wizard is designed for inexperienced test users, but due to the installation process it can be vulnarable to security issues.
Using the comproso/installer wizard
Coming soon…
TBD
Adding to an existing laravel/laravel app
Add to your composer.json
file:
require {
"comproso/framework": "~0.7"
}
Then, run php composer.phar update
in the CLI in the corresponding directory.
TBD
Comproso aims to simplify test development and distribution. Nonetheless, test developers and test users have to consider ethical and legal restrictions of test distribution and use. See the ITC Guidlines for an example.