Skip to content

pericles-project/MICE

Repository files navigation

MICE

Model Impact Change Explorer (MICE) is a component responsible for visualizing the impact of change applied to an entity on the ecosystem.

Requirements

  • PHP >= 5.5.9, with the following extensions enabled: OpenSSL, Mbstring, Tokenizer
  • Web Server e.g. Apache, Nginx
  • Composer for dependency management

For build & development:

Installation

Add virtual host:

<VirtualHost *:{portNo}>
    DocumentRoot "{projectRootPath}/public"
    <Directory "{projectRootPath}/public">
        AllowOverride All
        Order allow,deny
        Allow from all
    </Directory>
</VirtualHost>
  • Install composer packages
composer install
  • Copy .env.example to .env
  • Generate application key
php artisan key:generate

Build & development

  • Install node packages
npm install
  • Run command to execute automated tasks
gulp

License

MICE is licensed under the Apache License, Version 2.0.

You may obtain a copy of the License at: Apache v2

Credits

This project has received funding from the European Union’s Seventh Framework Programme for research, technological development and demonstration under grant agreement no FP7- 601138 PERICLES.