-
already git clone the hospitalrun-server, change the DOMAIN-NAME in the docker-compose.yml but when i run docker-compose up --build -d crash with the following error.
ERROR: Service 'hospitalrun'…
-
Hi team,
I was searching through the GitHub when I came across this project. As a developer working in Healthcare field, I would like to contribute to the project as well.
These are some suggest…
ghost updated
5 years ago
-
When entering a new patient, the system would wait for the first name and family name to be provided and then send a callback to the system to determine if there are possible matches.
If a match(es) …
-
Most routes are use HTTP POST even to fetch a resource, which does not conform to REST philosophy. They should be rewritten to use the appropriate HTTP verbs based on their function.
From a very curs…
-
When run command **docker-compose up --build -d**
Occurs next error
_Step 5/16 : COPY conf/certbot-auto /usr/bin/
---> Using cache
---> 8ec6386b337c
Step 6/16 : RUN certbot-auto --os-packa…
-
After executing docker-compose up --build -d
Error comes
Pulling couchdb (couchdb:1.7.1)...
Pulling repository docker.io/library/couchdb
ERROR: Tag 1.7.1 not found in repository docker.io/libr…
-
I've setup HospitalRun server in an LXC on top of Ubuntu server. Docker was installed and the install went fine. Since initial access requires GUI login from localhost, I've managed to enable xfce and…
-
## 💬 Questions and Help
Hello
i want to install a version of hospitalrun to start develop my own app, but i don`t know what a repo should i use to install on windows ,
and want to know how to devel…
-
I followed the docker deployment instructions and the application is running on http://localhost:8055 but when I try navigating to 'Administration/Users' I get a Session Expired pop up.
![screen sh…
-
I am getting this error every time I created a new TypeScript file:
```
Parsing error: If "parserOptions.project" has been set for @typescript-eslint/parser, /home/tkesgar/git/charaverse/admiral-h…