phpMotion

hotwired007

Member
Sep 19, 2011
533
7
16
UK
Hi, i'm tryoing to setup a phpMotion server using the debian6.0 appliance...

has anyone had any joy with this?


So far I have done this:

Log into Proxmox
Navigate to 'Virtual Machines'
Select 'Create'
Configuration: Type:
Container (OpenVZ) Template: Debian-6.0
Configure settings to correct spec
Set network to use correct IP range Click 'Create'

Click 'Start' Open VNC Connection

aptitude update
aptitude upgrade
aptitude install apache2 php5 libapache2-mod-php5aptitude
install mysql-server mysql-client php5-mysql
aptitude install phpmyadmin
aptitude install unzip

To install phpMotion:


vi /etc/php5/apache2/php.ini
edit fileupload limit to 100M
edit: edit enable_dl to On
install lame:vi /etc/apt/sources.listadd: deb http://www.debian-multimedia.org stable main
aptitude install lameinstall mplayer
aptitude install mplayer
aptitude install php5-cgi
edit: aptitude install php5-curl
edit: aptitude install flvtool2
edit: aptitude install ffmpeg
edit: aptitude install mencoder

unzipped the phpmotion folder created a zip file from the contents, PSFTP'd the ZIP, copied the zip to /var/www folder, then used unzip phpmotion.zip

edited /etc/apache2/sites-available/default (AllowOveride None to AllowOverride All)

/etc/init.d/apache2 reload
 
Last edited: