shihjay2 / nosh3

About NOSH ChartingSystem is an electronic health record system designed exclusively for doctors and patients.
Other
9 stars 10 forks source link

404 page not found #10

Open drtiangco opened 1 month ago

drtiangco commented 1 month ago

I'm on a fresh ubuntu 24.04 LTS server version. docker installed separately.

used the curl install method. everything seem to be okay. however there are questions i dont understand.

4 digit pin - good coughdb password -- not sure what to put magic API -- not sure uspstf api - not sure umls api - not sure

docker-compose.yml -- attribute version is obsolete error -- it will be ignored

all other process started and running. browsing on it -- i get the 404 page not found error

sorry this is a total noob posting.

shihjay2 commented 1 month ago

The couchDB password can be anything you like as long as you can remember it as the administrator. Magic API - review USPSTF API - review UMLS API - review Make sure your public IP address routes to port 80/443 for your server where docker is installed. Make sure your DNS address (and wildcards for subdomain too) are routed to that public IP address.

drtiangco commented 1 month ago

This is the only ERROR i have

WARN[0000] /home/name/nosh3/docker-compose.yml: the attribute version is obsolete, it will be ignored, please remove it to avoid potential confusion

Is it okay to skip the USPSTF and UMLS API for now?

I'm trying to access the site using local network for now -- 192.168.68.150/start -- and i get the 404 page not found error.

Thanks!

shihjay2 commented 1 month ago

The docker-compose.yml warning is not an issue. This will be addressed in a future update (remove the first line of the docker-compose.yml file) You can also do this manually since you already installed and the warning will go away.

Skipping USPSTF and UMLS will result in lack of functionality (medication and diagnostic code lists) as it relies of these APIs for up-to-date lists. These lists are not provided out-of-the-box due to the immense amount of data and work needed to store and update these.

Running this through local network only will not work with the Docker installation. You'll need to have deep knowledge of Docker and change the docker-compose.yml file manually, removing the traefik router and replacing ENV values which are out of scope for this project right now.