nplhse / cois

Web application used for creating collaborative IVENA statistics.
https://versorgungsforschung.io
MIT License
0 stars 0 forks source link
ivena symfony symfony-application

COIS - Collaborative IVENA statistics

Continuous Integration Test Coverage Maintainability

Requirements

Setup

This project expects you to have local webserver and a locally installed MySQL/MariaDB instance. See Setup of your dev environment for more detailed information.

Install from GitHub

  1. Launch a terminal or console and navigate to the webroot folder. Clone this repository from [https://github.com/nplhse/cois]() to a folder in the webroot of your server, e.g. ~/webroot/cois.

    $ cd ~/webroot
    $ git clone https://github.com/nplhse/cois.git
  2. Install the tool and it`s dependencies by using make:

    $ cd ~/webroot/cois
    $ make setup
  3. You are ready to go, just open the site with your favorite browser!

Using Docker

This project includes support for Docker which mainly includes the database, as we recommend using the Symfony binary cli server with a local installation of PHP. There is a make build command that builds the containers und starts them in detached mode. More about the make setup can be found at available make commands.

Contributing

Any contribution to this project is appreciated, whether it is related to fixing bugs, suggestions or improvements. Feel free to take your part in the development of COIS!

However you should follow some simple guidelines which you can find in the CONTRIBUTING file. Also, you must agree to the Code of Conduct.

License

See LICENSE.