-
Notifications
You must be signed in to change notification settings - Fork 1
Installation
T. Kunze edited this page Sep 4, 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…
As there are two different modes, two different apps are necessary.
- comproso/laboratory for a laboratory (i.e. local) setting.
- For web testing we provide comproso/app. Please feel free to contact us via the comproso website if you are interested in web-based use of Comproso. Currently, we are not providing a comproso/app version on GitHub, because we want to ensure that web-based implementations of Comproso meet some (data) security requirements.
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.