Skip to content
This repository has been archived by the owner on May 9, 2021. It is now read-only.

Latest commit

 

History

History
42 lines (29 loc) · 1.57 KB

README.md

File metadata and controls

42 lines (29 loc) · 1.57 KB

ICUhelp

Actions Status codecov

This project is intended to provide some useful things to the daily work of physicians on the intensive care unit.

Requirements

  • Webserver (Apache, Nginx, LiteSpeed, IIS, etc.) with PHP 7.4 or higher and mySQL 5.7 as database
  • Swiftmail compatible mailer

Installation

From GitHub

  1. Launch a terminal or console and navigate to the webroot folder. Clone the ICUhelp repository from https://github.com/nplhse/icuhelp to a folder in the webroot of your server, e.g. ~/webroot/icuhelp.

    $ cd ~/webroot
    $ git clone https://github.com/nplhse/icuhelp.git
    
  2. Install ICUhelp by using composer:

    $ cd ~/webroot/icuhelp
    $ composer install
    
  3. Setup ICUhelp by using our custom composer script. This always includes some dummy data that populates the database for demonstration and testing purposes.

    $ composer setup
    
  4. You are ready to go, just open the site with your favorite browser!

Contributing

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

However you should follow some simple guidelines which you can find in the CONTRIBUTING file.

License

See LICENSE.