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/25 03:12:15 UTC

[incubator-warble-server] 07/07: start on a basic readme

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

commit 2fbc64198a34b2a0c7118e9ba956b1b5203a286a
Author: Daniel Gruno <hu...@apache.org>
AuthorDate: Sun Jun 24 22:10:50 2018 -0500

    start on a basic readme
---
 README.md | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 0e6f749..5036ec9 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,13 @@
-# Apache Warble Server Package
+# 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!)
+* 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`
+
+


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