From a3ee1634806a5d253063e56b62a05654808e4091 Mon Sep 17 00:00:00 2001 From: Yumeng_Bao Date: Sat, 1 Apr 2017 18:26:28 +0800 Subject: [PATCH] Use tox to generate a sample configuration file There is no sample configuration file if we don't generate one. Change-Id: Ibe9005db4fa24b63914fa5f24fe4b144867781cd --- doc/source/dev/environment.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/source/dev/environment.rst b/doc/source/dev/environment.rst index 01402511a..3c7545a31 100644 --- a/doc/source/dev/environment.rst +++ b/doc/source/dev/environment.rst @@ -175,11 +175,12 @@ The HTML files are available into ``doc/build`` directory. Configure the Watcher services ============================== -Watcher services require a configuration file. There is a sample configuration -file that can be used to get started: +Watcher services require a configuration file. Use tox to generate +a sample configuration file that can be used to get started: .. code-block:: bash + $ tox -e genconfig $ cp etc/watcher.conf.sample etc/watcher.conf Most of the default configuration should be enough to get you going, but you