[librdf-linkeddata-perl] 01/02: add README.Debian with hints about integration

Damyan Ivanov dmn at moszumanska.debian.org
Fri Apr 11 20:33:36 UTC 2014


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

dmn pushed a commit to branch master
in repository librdf-linkeddata-perl.

commit 6a5169959ffecefd1c360bf406aa76b9a0cecd2b
Author: Damyan Ivanov <dmn at debian.org>
Date:   Fri Apr 11 20:31:32 2014 +0000

    add README.Debian with hints about integration
    
    Thanks to Kjetil Kjernsmo, closes: #682243
---
 debian/README.Debian | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/debian/README.Debian b/debian/README.Debian
new file mode 100644
index 0000000..07b5ad8
--- /dev/null
+++ b/debian/README.Debian
@@ -0,0 +1,19 @@
+Debian-specific RDF::LinkedData usage notes
+===========================================
+
+
+Integrate with a PSGI frontend
+------------------------------
+
+RDF::LinkedData uses PSGI.  Debian packaging currently does not
+integrate with any specific PSGI implementation.
+
+The most minimal PSGI setup is to invoke the following:
+
+    plackup /usr/share/librdf-linkeddata-perl/rdf_linkeddata.psgi
+
+after setting the environment variable RDF_LINKEDDATA_CONFIG to point at
+your configuration, see Plack::App::RDF::LinkedData for example.
+
+For production use there are many options either with a dedicated PSGI
+server like twiggy or starman, or using bindings to CGI, FCGI or uWSGI.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/librdf-linkeddata-perl.git



More information about the Pkg-perl-cvs-commits mailing list