Skip to content

Commit

Permalink
Merge pull request #53 from GoTeamEpsilon/feature-edit/daniel
Browse files Browse the repository at this point in the history
Feature edit/daniel
  • Loading branch information
Daniel Ehrlich authored Jul 9, 2017
2 parents 610ba08 + d0ce7b0 commit ccc2659
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 17 deletions.
7 changes: 1 addition & 6 deletions v1-Beta-AWS-Guide/chapters/01-Getting-Started.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,7 @@ _[next chapter >](02-Private-Cloud.md)_

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

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.
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.
3. Rename the downloaded "**openemr-5.0.0**" directory to "**openemr**".
4. Enter into the "**openemr**" directory.
5. Create an AWS-specific directory called "**.ebextensions**".
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/**").
1. Download [this file](https://github.com/GoTeamEpsilon/OpenEMR-AWS/raw/master/openemr.tar.gz) to your computer.

### Create an AWS Account

Expand Down
11 changes: 0 additions & 11 deletions v1-Beta-AWS-Guide/chapters/04-Database-System.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,14 +76,3 @@ _[< previous chapter](03-Network-File-System.md) | [next chapter >](05-Session-M
3. Wait many moments for the database to be created.
4. Click on the first row of the **Instances** table.
5. Record the **Endpoint** (without the ":3306" section) in a safe place.

### Enforce the database to use UTF-8

1. Open "**openemr/sql/database.sql**" and add the following code to the bottom:

```
use openemr;
ALTER DATABASE openemr CHARACTER SET utf8 COLLATE utf8_general_ci;
ALTER TABLE lang_definitions CONVERT TO CHARACTER SET utf8 COLLATE utf8_general_ci;
ALTER TABLE lang_constants CONVERT TO CHARACTER SET utf8 COLLATE utf8_general_ci;
```

0 comments on commit ccc2659

Please sign in to comment.