Labs/Joey/ServerSetup: Difference between revisions

From MozillaWiki
< Labs‎ | Joey
Jump to navigation Jump to search
No edit summary
 
No edit summary
Line 1: Line 1:
This page is the How To on setting up a Joey Server
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.)
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.
Both apache and PHP needs  a few modules.  I will get you the complete list.

Revision as of 22:23, 21 March 2007

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/).