-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathINSTALL
More file actions
executable file
·32 lines (24 loc) · 1.16 KB
/
INSTALL
File metadata and controls
executable file
·32 lines (24 loc) · 1.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
pDLNA
(c) 2010-2018 Stefan Heumader-Rainer
email: stefan@heumader.at
webpage: https://www.pdlna.org
Licened under GPLv3 (see LICENSE file)
For detailed information regarding the installation, please read the
'pDLNA Installation, Configuration and Debugging Guide' available under
https://www.pdlna.org/cgi-bin/index.pl?menu=download&type=icdguide&version=latest
INSTALLATION REQUIREMENTS
-------------------------
Since pDLNA requires some Perl modules, please see chapter 2 of the
'pDLNA Installation, Configuration and Debugging Guide' available under
https://www.pdlna.org/cgi-bin/index.pl?menu=download&type=icdguide&version=latest
You are also able to execute 'install.pl -c' to see, which Perl modules
are needed and which are already installed.
INSTALL
---------------
Just run the script called 'install.pl -h' to get initial help for
setting the right parameters for your installation. The script will
also check for requirements, copies the files to the correct directories
and sets the necessary rights.
At the end, if all tests passed, you should be able to edit '/etc/pdlna.conf'
and start pDLNA with the initscript located at '/etc/init.d/pdlna'.
Stefan Heumader-Rainer