You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kibble.apache.org by hu...@apache.org on 2018/02/15 09:04:46 UTC

[kibble] branch master updated: kibble has to be started from the api/ dir.

This is an automated email from the ASF dual-hosted git repository.

humbedooh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kibble.git


The following commit(s) were added to refs/heads/master by this push:
     new c0f1b2d  kibble has to be started from the api/ dir.
c0f1b2d is described below

commit c0f1b2dfc39528ced41219f28e496ee103bbbee0
Author: Daniel Gruno <hu...@apache.org>
AuthorDate: Thu Feb 15 10:04:37 2018 +0100

    kibble has to be started from the api/ dir.
    
    This addresses #5.
---
 docs/source/setup.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/source/setup.rst b/docs/source/setup.rst
index 1726fcc..25435e9 100644
--- a/docs/source/setup.rst
+++ b/docs/source/setup.rst
@@ -157,7 +157,7 @@ be using the Apache HTTP Server and proxy to Gunicorn:
 
 ::
 
-   cd /var/www/kibble
+   cd /var/www/kibble/api/
    gunicorn -w 10 -b 127.0.0.1:8000 handler:application -t 120 -D
 
 Once httpd is (re)started, you should be able to browse to your new

-- 
To stop receiving notification emails like this one, please contact
humbedooh@apache.org.