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

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

License

Notifications You must be signed in to change notification settings

nplhse/icuhelp

Repository files navigation

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.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published