Labs/Joey/ServerSetup
This page is the How To on setting up a Joey Server
So, basically, you need to setup linux apache mysql and php (hmm.... LAMP, right.) From a basic linux setup, you will need:
ImageMagick apr (?) apr-util (?) httpd mod_ssl mysql mysql-server php (5) php-mysql php-pdo (?) php-pear (?) php-xml subversion
(?) -- you might not need to directly install this as it might be a dependent package. (5) -- PHP 5 is required.
Both apache and PHP needs a few modules. I will get you the complete list.
You will need to create a /data/uploads directory owned by the apache user.
You will need to setup the database (will get you the schema url)
Then you need to have apache point to the joey php code (you will be able to check this out of svn) and have it be owned by apache
You will then need to download and compile ffmpeg (http://ffmpeg.mplayerhq.hu/).