You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@warble.apache.org by hu...@apache.org on 2018/06/27 21:55:57 UTC

[incubator-warble-server] branch master updated: point to docs instead

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/incubator-warble-server.git


The following commit(s) were added to refs/heads/master by this push:
     new c5a4ade  point to docs instead
c5a4ade is described below

commit c5a4ade33a8ca0e7a10cc97bb12cfbb3bca7866d
Author: Daniel Gruno <hu...@apache.org>
AuthorDate: Wed Jun 27 16:55:16 2018 -0500

    point to docs instead
---
 README.md | 15 +--------------
 1 file changed, 1 insertion(+), 14 deletions(-)

diff --git a/README.md b/README.md
index 2db4dff..51d0013 100644
--- a/README.md
+++ b/README.md
@@ -1,17 +1,4 @@
 # Apache Warble (incubating) Server Package
 This is going to be the master server for Apache Warble (incubating).
 
-
-## Setup instructions:
-
-* download Warble Server (or clone if you dare!)
-* Make sure you have the following python 3 libs installed:
-* * bcrypt
-* * yaml
-* * sqlite3
-* run `python3 setup/setup.py` and follow the instructions
-* fire up the main application as WSGI, for instance via gunicorn: 
-* * `cd /path/to/warble/api`
-* * `gunicorn -w 10 -b 127.0.0.1:8000 handler:application -t 120 -D`
-
-
+Please see the documentation at [https://apache-warble.readthedocs.io/en/latest/](https://apache-warble.readthedocs.io/en/latest/) for setup instructions.


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@warble.apache.org
For additional commands, e-mail: commits-help@warble.apache.org