...
Where to Get Started
While there are different types of OpenMRS developers, when someone is new the OpenMRS development we suggest they start on our "Getting Started as a Developer" page:
...
- Developer Manual
- Data Model
- Read about the API on the wiki
- Read the API Javadocs:
- Trunk javadocs: http://api.openmrs.org
- 1.8.x javadocs: http://resources.openmrs.org/doc-1.8
- 1.7.x javadocs: http://resources.openmrs.org/doc-1.7
- 1.6.x javadocs: http://resources.openmrs.org/doc-1.6
- Technical Overview
- Developer How-To Guide
- Module Architecture Documentation
- Unit Testing
- Security
- You may find some helpful information in the Resources Space Archive /wiki/spaces/RES/pages/26262844 page.
- Developer FAQ
Writing Code
- Reporting Bugs
- Code Repositories
- Find available community priority and "intro" tickets listed on the Getting Started as a Developer
- Submit your code in the form of Github Git hub pull requests (seeĀ Using Git)
- Unit Testing
- User Interface Test Framework