This project is intended to provide some useful things to the daily work of physicians on the intensive care unit.
- Webserver (Apache, Nginx, LiteSpeed, IIS, etc.) with PHP 7.4 or higher and mySQL 5.7 as database
- Swiftmail compatible mailer
-
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
-
Install ICUhelp by using composer:
$ cd ~/webroot/icuhelp $ composer install
-
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
-
You are ready to go, just open the site with your favorite browser!
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.
See LICENSE.