From 02fe357fe2933c6397c98ba4ced3309c38fef73e Mon Sep 17 00:00:00 2001 From: Julien Date: Thu, 2 Oct 2014 19:13:10 +0200 Subject: [PATCH 1/2] What I missed here, I put here. --- README.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.rst b/README.rst index 6de73769..5ab29983 100644 --- a/README.rst +++ b/README.rst @@ -33,3 +33,10 @@ Initial auth data: admin/123123 If you want a complete environment for production usage, you can try the taiga bootstrapping scripts https://github.com/taigaio/taiga-scripts (warning: alpha state) + +Configuration +------------- + +Configuration is on the `taiga-back/settings/local.py` file. + +After modifing the configuration, a `circusctl restart taiga` should be ran. From 693f37e43c46bf02c2d2ab16ab293e4145fccec5 Mon Sep 17 00:00:00 2001 From: Julien Date: Fri, 3 Oct 2014 09:55:50 +0200 Subject: [PATCH 2/2] Update README.rst FIX: Be less precise as there is many ways to restart taiga-back. --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 5ab29983..6c8a9e20 100644 --- a/README.rst +++ b/README.rst @@ -39,4 +39,4 @@ Configuration Configuration is on the `taiga-back/settings/local.py` file. -After modifing the configuration, a `circusctl restart taiga` should be ran. +After modifing the configuration, you have to restart taiga-back.