-
Notifications
You must be signed in to change notification settings - Fork 0
/
install.txt
125 lines (73 loc) · 2.69 KB
/
install.txt
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
...:::::: phpMpReloded ....::::::
I N S T A L L
------------
Requirements
------------
- web server with php
- apache
- php
- Music Player Daemon -- http://mpd.wikia.com/wiki/
- on Microsoft Windows Machines the web server can be :
- XAMPP -- http://www.apachefriends.org/de/xampp.html
------------
installation
------------
(v1.1)
Depending on the distribution different installation routines are available:
1.) Windows (incl. MPD, Apache, phpmpreloaded)
2.) Linux Mandriva/Redhat
3.) Linux Ubuntu
Anything doesn't work as discribed? contact us via the mailing list
https://lists.sourceforge.net/lists/listinfo/phpmpreloaded-team
1.) Windows (MPD, Apache, phpmpreloaded)
- Download and unpack MPD
http://mpd.wikia.com/wiki/Server
or
http://sourceforge.net/projects/musicpd/files/mpd/0.16.8/mpd-0.16.8-win32.zip/download
unpack all files to C:\MPD\
- Configure and start MPD
- Download and install
XAMPP (http://www.apachefriends.org/de/xampp-windows.html)
install XAMPP to C:\XAMP\htdocs\
- Download phpmpreloaded
http://sourceforge.net/projects/phpmpreloaded/files/latest/download
unpack the phpmpreloaded files into a single folder
move the folder to C:\XAMP\htdocs\
- Start your browser and go to
http://localhost/phpmpreloaded/
- done!
2.) Installation for Mandriva/Redhat
a) download the file phpmpreloaded-1.xx.tar.gz
b) open a konsole and go to the download directory
c) make yourself super user
> su
d) move the .tar file to the web directory
> mv phpmpreloaded-1.xx.tar.gz /var/www/html/
e) jump to the installation directory
> cd /var/www/html/
f) unpack the file
> tar -xf phpmpreloaded-1.xx.tar.gz
g) change the files owner to make them available to apache
> chown apache.apache -R phpmpreloaded
h) now your web client is online !
open a firefox/konqueror and browse to http://YOURSERVER/phpmpreloaded
3.) Installation for Ubuntu
a) download the file phpmpreloaded-1.xx.tar.gz
b) open a konsole and go to the download directory
c) move the .tar file to the web directory
> sudo mv phpmpreloaded-1.xx.tar.gz /srv/www/htdocs
d) jump to the installation directory
> cd /srv/www/htdocs
e) unpack the file
> sudo tar -xf phpmpreloaded-1.xx.tar.gz
f) change the files owner to make them available to apache
> sudo chown www-data.www-data -R phpmpreloaded
g) now your web client is online !
open a firefox/konqueror and browse to http://YOURSERVER/phpmpreloaded
-------
contact
-------
join the mailing list
https://lists.sourceforge.net/lists/listinfo/phpmpreloaded-team
contact us directly
http://sourceforge.net/users/tswaehn