Skip to content

Commit

Permalink
Merge pull request #62 from GoTeamEpsilon/sf-asset
Browse files Browse the repository at this point in the history
sf asset reference
  • Loading branch information
MatthewVita authored Aug 15, 2017
2 parents 906efe7 + d2c108e commit a79a51a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapters/05-Administration.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ _Note that if you're using partial-upfront reserved instances, the front-loaded

### What are the recommendations for tracking custom code changes?

You'll want to have an _exact copy of what is running on the cloud_. The initial setup uses this slightly customized OpenEMR codebase that you'll want to [download here](https://sourceforge.net/projects/openemr/files/OpenEMR%20Cloud/5.0.0/openemr-v5-0-0-2-cloud.tar.gz/download). Note that you must base your changes off of this codebase and not any other source.
You'll want to have an _exact copy of what is running on the cloud_. The initial setup uses this slightly customized OpenEMR codebase that you'll want to [download here](https://sourceforge.net/projects/openemr/files/OpenEMR%20Cloud/5.0.0/openemr-v5-0-0-4-cloud.tar.gz/download). Note that you must base your changes off of this codebase and not any other source.

It is very important to hold this local copy of OpenEMR. If you are planning on making a lot of code customizations, it is best to use [Git with a centralized cloud setup](https://www.sitepoint.com/git-for-beginners/). This approach makes certain that no changes are lost and multiple team members can access the code.

Expand Down

0 comments on commit a79a51a

Please sign in to comment.