At moments, i feel like using the already hosted OpenMRS demo to produce the bugs or understand more of the descriptions on tickets. I do this because accessing the demo is more faster that running it locally/localhost.
Does the demo come packaged with all OpenMRS modules? If not, how can i add a module into the demo.
https://qa-refapp.openmrs.org/ is the QA(Quality Assurance) sever basically for Testing . it is daily updated with the latest merged changes in the modules.
https://demo.openmrs.org is the Demo (Demonstration) server. it is only updated once in a while with the latest released version of Reff app. so it is the demonstration of the latest release .
To add on @mozzy 's suggestion ,Actually he cannot do it ,inortherwords there is no privilege for adding a module manually on demo or qa-server , however if you want to test your changes locally you can setup a running server locally by using sdk or run openmrs standalone
But am allowed to add stuff(patients, forms …)! Right!
IS the user data also deleted with the update? Like if u had created a patient, form, …, is that data persisted after system update?
So this means i want to add a feature that i might use for months i should use my local
btw the easiest way is running docker image for openmrs , its very light compared to standalone and you can do development and testing , you can try that also
Wow:astonished:!
This is great. Don’t I have to be having a high graphics card to use docker, I tried it once in 2019. When it refused, I decided to chill docker since the standalone version had worked properly.