Skip to content

Installation

Clone the repository

git clone https://github.com/intrahealth/emNutt.git

Enter the server directory and install node packages.

cd emNutt/server && npm install

Copy and edit the configuration file to your liking.

cp config/config_development_template.json config/config_development.json

Start server

Before you start server, you may need to adjust some configuration variables, see Configuration page

npm start

Last update: September 28, 2022