[Pkg-debile-commits] [debile-web] 03/03: Add doc for running firewoes.

Clément Schreiner clemux-guest at moszumanska.debian.org
Fri Jun 27 16:05:51 UTC 2014


This is an automated email from the git hooks/post-receive script.

clemux-guest pushed a commit to branch firewoes_integration
in repository debile-web.

commit 999035d271e2be649f3151116afbb1c831c88731
Author: Clément Schreiner <clement at mux.me>
Date:   Fri Jun 27 18:05:16 2014 +0200

    Add doc for running firewoes.
---
 README.md | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/README.md b/README.md
index e69de29..26b7880 100644
--- a/README.md
+++ b/README.md
@@ -0,0 +1,14 @@
+Web interface for the debile infrastructure.
+
+# Run (for development)
+> python app.py
+
+# Firewoes integration
+
+This requires that the environment variable `FIREWOES_CONFIG` is set
+up, with the path to a configuration file for firewoes:
+
+firewoes_config.py:
+```
+DATABASE_URI = "postgresql://user:password@localhost/debile_database"
+```
\ No newline at end of file

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-debile/debile-web.git



More information about the Pkg-debile-commits mailing list