File: README.Debian

package info (click to toggle)
librdf-endpoint-perl 0.11-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 588 kB
  • sloc: javascript: 3,887; perl: 2,256; sh: 35; makefile: 8
file content (22 lines) | stat: -rw-r--r-- 667 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Debian-specific RDF::Endpoint usage notes
=========================================


Integrate with a PSGI frontend
------------------------------

RDF::Endpoint 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-endpoint-perl/endpoint.psgi

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.

Included as example files are snippets to integrate with Apache2 via
uWSGI.


 -- Jonas Smedegaard <dr@jones.dk>  Sun, 10 Jun 2012 22:28:54 +0200