Skip to content

Commit 1557faa

Browse files
authored
Merge pull request #55 from MatthewVita/last_minute_fixes
Last minute fixes
2 parents ccc2659 + 1350567 commit 1557faa

File tree

4 files changed

+12
-11
lines changed

4 files changed

+12
-11
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Many OpenEMR users run their system on premise and have not yet realized the ben
88

99
- [v1 Beta AWS Guide](v1-Beta-AWS-Guide/README.md) is a *beta* guide for manually setting up a production OpenEMR system on AWS. This solution is not HIPAA/BAA compliant.
1010

11-
- [v1 Stable Solution](v1-Stable-Solution) _(IN PROGRESS)_ is a fully automated solution for deploying OpenEMR to AWS, Google, Oracle, and Microsoft clouds. It contains a similar production architecture as the Beta AWS Guide, but without the manual steps. This solution is HIPAA/BAA compliant.
11+
- [v1 Stable Solution](v1-Stable-Solution) _(IN PROGRESS)_ is a fully automated solution for deploying OpenEMR to AWS. It contains a similar production architecture as the Beta AWS Guide, but without the manual steps. This solution is HIPAA/BAA compliant.
1212

1313
- [v2 Kubernetes Solution](v2-Kubernetes-Solution) _(IN PROGRESS)_ is a fully automated solution for deploying OpenEMR to any cloud (including a "local cloud"). With an advanced archiecture and the latest in DevOps technologies, this solution is robust and HIPAA/BAA compliant.
1414

v1-Beta-AWS-Guide/assets/eb/eb.zip

-5.06 KB
Binary file not shown.

v1-Beta-AWS-Guide/chapters/01-Getting-Started.md

+10-9
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ _[next chapter >](02-Private-Cloud.md)_
44

55
### Start by getting a local copy of OpenEMR v5
66

7-
1. Download [this file](https://github.com/GoTeamEpsilon/OpenEMR-AWS/raw/master/openemr.tar.gz) to your computer.
7+
1. Download [this file](https://github.com/GoTeamEpsilon/OpenEMR-AWS/raw/master/openemr.tar.gz) to your computer. Extract it and make sure the folder is named `openemr` (note that you may have to extract the tar twice if you are on Windows).
88

99
### Create an AWS Account
1010

@@ -19,14 +19,15 @@ _[next chapter >](02-Private-Cloud.md)_
1919
4. Click **Add user**.
2020
5. Under **Set user details**, enter your username in the **User name** field.
2121
6. Under **Select AWS access type**, select only **AWS Management Console access** in the **Access type** area.
22-
7. Click **Next: Permissions**.
23-
8. Under **Set permissions for ...**, click the **Attach existing policies directly** box.
24-
9. With the table at the bottom of the page in view, select **AdministratorAccess** (will be the first row).
25-
10. Click **Next: Review**.
26-
11. Under **Review**, ensure all information reflects the above steps.
27-
12. Click **Next: Create user**.
28-
13. Log out of the AWS console, go to the sign-in link you copied down in step 2, and log in with your new credentials.
29-
14. (_Optional but highly recommended step_): Enable two-factor authentication via the **Security credentials** tab of your user profile in IAM. Click the pencil beside **Assigned MFA Device** to start this process.
22+
7. Enter a [strong password](https://www.random.org/passwords/?num=1&len=16&format=html&rnd=new) for the **Console password** field. Note this in a safe place.
23+
8. Click **Next: Permissions**.
24+
9. Under **Set permissions for ...**, click the **Attach existing policies directly** box.
25+
10. With the table at the bottom of the page in view, select **AdministratorAccess** (will be the first row).
26+
11. Click **Next: Review**.
27+
12. Under **Review**, ensure all information reflects the above steps.
28+
13. Click **Next: Create user**.
29+
14. Log out of the AWS console, go to the sign-in link you copied down in step 2, and log in with your new credentials.
30+
15. (_Optional but highly recommended step_): Enable two-factor authentication via the **Security credentials** tab of your user profile in IAM. Click the pencil beside **Assigned MFA Device** to start this process.
3031

3132
### Select an AWS Region
3233

v1-Beta-AWS-Guide/chapters/09-Administration.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Although this AWS Guide is in beta, it is suitable for production use for instit
1717
- Redis is set up as a large single instance as opposed to a cluster of instances.
1818
- No SMTP solution is in place so OpenEMR emails will not be sent.
1919

20-
A **Stable** version of this solution is being worked on by TeamEpsilon. All of the above limitations will be addressed. In addition, the solution can be ran on Microsoft, Google, and Oracle clouds.
20+
A **Stable** version of this solution is being worked on by TeamEpsilon. All of the above limitations will be addressed.
2121

2222
### What are the Recommendations for Development and Testing?
2323

0 commit comments

Comments
 (0)