Skip to content

Installation

T. Kunze edited this page Sep 4, 2016 · 5 revisions

Installation

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…

Creating a comproso-laravel app

As there are two different modes, two different apps are necessary.

  1. comproso/laboratory for a laboratory (i.e. local) setting.
  2. 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.

Manual installation

TBD