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/01/12 19:22:09 UTC

[kibble] branch master updated: point to docs for install/setup instructions

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 56ba768  point to docs for install/setup instructions
56ba768 is described below

commit 56ba76849fc29c0204a404ea4adb324be5ec5e62
Author: Daniel Gruno <hu...@apache.org>
AuthorDate: Fri Jan 12 20:22:00 2018 +0100

    point to docs for install/setup instructions
---
 README.md | 27 ++-------------------------
 1 file changed, 2 insertions(+), 25 deletions(-)

diff --git a/README.md b/README.md
index 6074303..05b01ea 100644
--- a/README.md
+++ b/README.md
@@ -2,28 +2,5 @@
 
 # Kibble UI and Database Service
 
-## Requirements
-
- * Python >= 3.4 (with elasticsearch, yaml, certifi libs)
- * A web server of your choice (apache, nginx, lighttp etc)
- * A WSGI capable server (apache with mod_wsgi, gunicorn etc)
- * An ElasticSearch instance
-
-## Installation instructions
-
- * Make sure you have an ElasticSearch (>=5.0) server set up first
- * Download the Kibble package (release or master, what do we care)
- * For new installations, cd to the `setup/` dir and run: `python3 setup.py` to set up the DB
- * Assuming you install in /var/www/kibble:
- * * Create a virtual host (apache, nginx etc) and point it to /var/www/kibble/ui/
- * * Set up WSGI for the /api/ directory, using /var/www/kibble/api/handler.py:application as mount point.
- * Enjoy!
-
-### Using gunicorn for WSGI:
- 
- You can use gunicorn (gunicorn3) for the WSGI application, by following these steps:
- * Install gunicorn (or gunicorn3, since this is a python3 application)
- * Add the following to your HTTPd vhost configuration: ProxyPass /api/ http://localhost:8080/
- * in /var/www/kibble/api, run: `gunicorn3 -b 127.0.0.1:8080 -w 10 -t 120 -D handler:application`
-
-Visiting $yourhost/api/ should now fire off WSGI via gunicorn.
+See the [documentation](https://apache-kibble.readthedocs.io/) for
+installation, setup and usage instructions.

-- 
To stop receiving notification emails like this one, please contact
['"commits@kibble.apache.org" <co...@kibble.apache.org>'].