diff --git a/README.md b/README.md index 624075a..907b468 100644 --- a/README.md +++ b/README.md @@ -152,35 +152,44 @@ For example, if your data directory is `/opt/trains`, then use the following com sudo mkdir -p /opt/trains/data/elastic && sudo chown -R 1000:1000 /opt/trains ``` -### Configuration +### Optional Configuration The **trains-server** default configuration can be easily overridden using external configuration files. By default, the server will look for these files in `/opt/trains/config`. If the configuration is changed while the server is running, the server should be restarted for changes to take effect. - + + #### Non-responsive experiments watchdog This watchdog monitors experiments that were not updated for a given period of time, and marks them as `stopped`. The watchdog is always active. @@ -235,11 +244,11 @@ After the **trains-server** Dockers are up, the following are available: * Web server on port `8080` * File server on port `8081` -### Configuring **trains** +### Configuring **TRAINS** client -Once you have installed the **trains-server**, make sure to configure **trains** to use your locally installed server (and not the demo server). +Once you have installed the **trains-server**, make sure to configure **TRAINS** [client](https://github.com/allegroai/trains) to use your locally installed server (and not the demo server). -If you have already installed **trains**, run the `trains-init` command for an interactive setup or edit your `trains.conf` file and make sure the `api.host` value is configured as follows: +If you have already installed **TRAINS**, run the `trains-init` command for an interactive setup or edit your `trains.conf` file and make sure the `api.host` value is configured as follows: api { host: "http://localhost:8008"