Add dependency for charlock_holmes to docs and provision scripts

This commit is contained in:
Felix Auringer
2021-05-19 11:01:41 +02:00
committed by Sebastian Serth
parent d596525592
commit 3faaf3db51
3 changed files with 7 additions and 3 deletions

View File

@ -86,7 +86,7 @@ This will launch a dedicated server on port 3035 (default setting) and allow inc
Install all necessary dependencies:
```bash
sudo apt install apt-transport-https ca-certificates curl gnupg-agent software-properties-common firefox firefox-geckodriver libpq-dev
sudo apt install apt-transport-https ca-certificates curl gnupg-agent software-properties-common firefox firefox-geckodriver libpq-dev libicu-dev
```
### PostgreSQL
@ -252,6 +252,10 @@ source "$HOME/.profile"
brew install docker
open /Applications/Docker.app/
```
- Install icu4c for detecting character encodings
```shell script
brew install icu4c
```
- Install nginx and adopt its config to forward requests to the **RAW** docker UNIX socket (see [this issue](https://github.com/docker/for-mac/issues/1662) for more details). Only required for macOS!
```shell script
brew install nginx