Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 915 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 915 Bytes

OpenMed

Welcome to OpenMed.

TL;DR

How to start in development mode (without conferencing!):

  • Install nodejs v14.x.y and Mongodb v5.x.
  • Ensure node is available on the path.
  • Ensure mongodb is accessible on localhost without authorization.
cp openmed.dev.sample openmed.json
cd OpenMed/server
npm install
npm setup
cd ../client
npm install
npm run dev

Wait a bit (it needs to preprocess css) then you will get a locally running OpenMed server without conferencing but with live reload of both the client and the server.

To get conferencing to work and have it to send email, you have to follow the installation instructions.