Hi @darius ,@reubenv I am jagadeesh. I have been working on the implementation of Bahmni on our local server.
I’m very interested in this project and would like to take it up, but I’m a little unsure of where I should be proceeding from here, and Please give me information about the next steps .
My suggestion for this project is that you should take a look at the actual website https://addons.openmrs.org/ and think about some improvements that could be made.
Some possible ideas (not necessarily all good ones):
fix the webpack setup so that end users see new versions of the webapp without having to click shift-refresh
improve the searching algorithm
introduce an advanced search syntax, like “name:report label:deprecated”
display comments that people make about addons in bintray within the addons UI
display ratings from bintray within the addons UI
simplified UX flow to help someone add their own addon to the index
automate the process of adding a list of refapp modules when a new version of the refapp is released
Hey @saijagadeesh , I guess you meant to install OpenMRS AddOns . What you’ve installed is OpenMRS modulus which has now been replaced by AddOns. That’s probably why the modules don’t show up. The modulus APIs probably don’t work anymore. You probably want to install this project.
Hello @reubenv I am not understanding the docker commands in the documentation that you mentioned in above reply. So please help me in resolving this issue.
Hello @darius
Good Morning sir,
This is the link which I followed sir
In building and running the server,
after executing this command java -jar target/addonindex-*.jar
I should navigate to local host http://localhost:8080/. But it’s showing that page not found error.
Hi @saijagadeesh , as per the logs, it looks like elasticsearch isn’t running.
You might also want to follow the discussion here. Since you mention that you’re unable to follow the docker commands, I would suggest that you try to install elasticsearch without docker.
From your screenshots, I am guessing that you’re using a flavor of linux.
Try to look for tutorials on installing elasticsearch similar to this based on the linux distro you use.