Skip to content

Commit

Permalink
Update to add installing gawk to the docs for the docker install
Browse files Browse the repository at this point in the history
  • Loading branch information
robbyoconnor committed Mar 17, 2020
1 parent 186e2ed commit 5e70666
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,20 @@ The `docker/.env.mysql` contains the mysql root password and the initial databas

We have created a bash script, which is geared towards production use currently that handles prompting for the credentials and creating the `docker/.env.ehr` and `docker/.env.mysql`.

We created a separate script for development use and that use is documented in this README. Both scripts have a `help` command, or by calling `docker/dev` or `docker/run` with no arguments.
We created a separate script for development use and that use is documented in this README. Both scripts have a `help` command, or by calling `docker/dev` or `docker/run** with no arguments.

It allows you manage the lifecycle of the containers for LibreHealth EHR.

**Note**: You need to have [GNU awk (gawk)](https://www.gnu.org/software/gawk/) installed.

For Debian derivatives (Ubuntu, Linux Mint, etc), you need to install, otherwise you should be okay:

```bash
$ sudo apt update ; sudo apt install gawk
```




**Note**: This is geared towards Linux users. You should install the [Windows Subsystem for Linux (WSL)](https://docs.microsoft.com/en-us/windows/wsl/install-win10) if you are using Windows 10.

Expand Down

0 comments on commit 5e70666

Please sign in to comment.