Info |
---|
OSCAR EMR is currently migrating to bitbucket. |
First, Download the code.
Make sure you have
Oracle Java 7 or 8
Maven 3.3.xFirst, Download the code.
You can also take a look at Getting Started with building the code.
This guide will give you the knowledge and technical skills required to take the OSCAR EMR source code and build the artifacts required for deployment. OSCAR EMR is a JAVA based project which relies on the apache maven tool for compilation and packaging. Maven is also used for style checking, running unit tests, running integration tests, generating javadoc, and other reports.
There's essentially 2 alternate methods most OSCAR developers use to build OSCAR
1) Command Line
2) Eclipse IDE