|
|
@ -25,7 +25,7 @@ Docker is not required to run this bot but its use is strongly encouraged for ea |
|
|
|
``` |
|
|
|
``` |
|
|
|
python -m pipenv --three |
|
|
|
python -m pipenv --three |
|
|
|
python -m pipenv install |
|
|
|
python -m pipenv install |
|
|
|
python -m pipenv run -m minecraft_discord_bridge |
|
|
|
python -m pipenv run python -m minecraft_discord_bridge |
|
|
|
``` |
|
|
|
``` |
|
|
|
|
|
|
|
|
|
|
|
2. If you are using docker, just use the included `docker-compose.yml` to get up and running. |
|
|
|
2. If you are using docker, just use the included `docker-compose.yml` to get up and running. |
|
|
@ -93,4 +93,4 @@ All of the configuration data is stored in a file called `config.json` that must |
|
|
|
|ELASTICSEARCH.URL |"" |Fully qualified URL to the elasticsearch server |
|
|
|
|ELASTICSEARCH.URL |"" |Fully qualified URL to the elasticsearch server |
|
|
|
|ELASTICSEARCH.AUTH |false |Whether or not the elasticsearch http endpoint is protected by HTTP Basic authentication |
|
|
|
|ELASTICSEARCH.AUTH |false |Whether or not the elasticsearch http endpoint is protected by HTTP Basic authentication |
|
|
|
|ELASTICSEARCH.USERNAME |"" |HTTP Basic authentication username for elasticsearch |
|
|
|
|ELASTICSEARCH.USERNAME |"" |HTTP Basic authentication username for elasticsearch |
|
|
|
|ELASTICSEARCH.PASSWORD |"" |HTTP Basic authentication password for elasticsearch |
|
|
|
|ELASTICSEARCH.PASSWORD |"" |HTTP Basic authentication password for elasticsearch |
|
|
|