MTPCenter - server solution for Pinnacle Showcenter
From NAS-Central Buffalo - The Linkstation Wiki
Only notes so far - not finished
Requirements
You will need to install:
apt-get install php4-gd
Installation
cd /var/www
wget http://www.panczyk.org/linux/linux_mtpcenter_1.0.tar.gz
tar zxvf linux_mtpcenter_1.0.tar.gz
cd linux_mtpcenter_1.0
chown -R www-data:www-data /var/www/linux_mtpcenter_1.0
pico /etc/apache/conf.d/mtpcenter
# mtpcenter Apache Virtual Host Configuration file
Listen 8280
<VirtualHost _default_:8280>
DocumentRoot "/var/www/linux_mtpcenter_1.0"
<Directory "/var/www/linux_mtpcenter_1.0">
Options Indexes FollowSymLinks MultiViews
AllowOverride None
Order allow,deny
Allow from all
</Directory>
<IfModule mod_dir.c>
DirectoryIndex index.html index.php
</IfModule>
</VirtualHost>
/etc/init.d/apache restart
http:/<LinkstationIP>:8280
should get this - works on Linkstheater, need to write up the rest

