diff options
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/README.Debian | 33 | ||||
| -rw-r--r-- | debian/control | 1 | 
2 files changed, 34 insertions, 0 deletions
| diff --git a/debian/README.Debian b/debian/README.Debian index 1bd0c56..fc40992 100644 --- a/debian/README.Debian +++ b/debian/README.Debian @@ -4,6 +4,39 @@ downtube for Debian  This package is the Debian version of downtube. +Configuration +------------- + +* You can add this to /etc/webserver.conf + +   <path requested="/downtube"> +    <plugin>static-files</plugin> +    <target>/usr/lib/downtube/html</target> +   </path> +   <path requested="/downtube/downtube.fcgi"> +    <plugin>fcgi</plugin> +    <target>127.0.0.1:9004</target> +   </path> + +* Enable: + +  # systemctl enable downtube.service + +* Start: + +  # systemctl start downtube + +* Stop: + +  # systemctl stop downtube + +* Query Status: + +  # systemctl status downtube + +  and observe /var/log/syslog + +  Contact  ------- diff --git a/debian/control b/debian/control index 854fb77..492d660 100644 --- a/debian/control +++ b/debian/control @@ -9,6 +9,7 @@ Homepage: http://www.reichwein.it/downtube/  Package: downtube  Architecture: any  Depends: ${shlibs:Depends}, ${misc:Depends}, spawn-fcgi +Recommends: webserver  Homepage: http://www.reichwein.it/downtube/  Description: Web application for video download   Downtube can help you download a video specified in a HTML form, transformed | 
