Skip to content

Commit ccc2659

Browse files
author
Daniel Ehrlich
authored
Merge pull request #53 from GoTeamEpsilon/feature-edit/daniel
Feature edit/daniel
2 parents 610ba08 + d0ce7b0 commit ccc2659

File tree

2 files changed

+1
-17
lines changed

2 files changed

+1
-17
lines changed

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

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

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

7-
1. Download the latest [tarball](http://sourceforge.net/projects/openemr/files/OpenEMR%20Current/5.0.0/openemr-5.0.0.tar.gz/download) to your computer.
8-
2. Extract the contents with your favorite archive extractor. Note that a `tar` file will need to be extracted after the initial extraction if you are using Windows.
9-
3. Rename the downloaded "**openemr-5.0.0**" directory to "**openemr**".
10-
4. Enter into the "**openemr**" directory.
11-
5. Create an AWS-specific directory called "**.ebextensions**".
12-
6. Download [this](https://github.com/GoTeamEpsilon/OpenEMR-Cloud/raw/master/v1-Beta-AWS-Guide/assets/eb/eb.zip) zip file to the newly created "**.ebextensions**" directory. Extract the contents with your favorite archive extractor (make sure files are extracted to "**.ebextensions/**" and not "**.ebextensions/eb/**").
7+
1. Download [this file](https://github.com/GoTeamEpsilon/OpenEMR-AWS/raw/master/openemr.tar.gz) to your computer.
138

149
### Create an AWS Account
1510

v1-Beta-AWS-Guide/chapters/04-Database-System.md

-11
Original file line numberDiff line numberDiff line change
@@ -76,14 +76,3 @@ _[< previous chapter](03-Network-File-System.md) | [next chapter >](05-Session-M
7676
3. Wait many moments for the database to be created.
7777
4. Click on the first row of the **Instances** table.
7878
5. Record the **Endpoint** (without the ":3306" section) in a safe place.
79-
80-
### Enforce the database to use UTF-8
81-
82-
1. Open "**openemr/sql/database.sql**" and add the following code to the bottom:
83-
84-
```
85-
use openemr;
86-
ALTER DATABASE openemr CHARACTER SET utf8 COLLATE utf8_general_ci;
87-
ALTER TABLE lang_definitions CONVERT TO CHARACTER SET utf8 COLLATE utf8_general_ci;
88-
ALTER TABLE lang_constants CONVERT TO CHARACTER SET utf8 COLLATE utf8_general_ci;
89-
```

0 commit comments

Comments
 (0)