Confirmed users
1,031
edits
No edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
This page is the How To on setting up a Joey Server | This page is the How To on setting up a Joey Server | ||
<pre> | |||
up2date install ImageMagick | up2date install ImageMagick | ||
up2date install httpd | up2date install httpd | ||
Line 11: | Line 11: | ||
up2date install subversion | up2date install subversion | ||
</pre> | |||
You will need to setup FFMPEG if you want to play with videos at all. Directions are here. We offer absolutely NO support, so don't send any emails to me about "how do I build ffmpeg". Heck, we barely know how to do it. | You will need to setup FFMPEG if you want to play with videos at all. Directions are here. We offer absolutely NO support, so don't send any emails to me about "how do I build ffmpeg". Heck, we barely know how to do it. | ||
Line 61: | Line 61: | ||
Then setup the user. It can be anything as long as it matches what you put in config.php above. | Then setup the user. It can be anything as long as it matches what you put in config.php above. | ||
<pre> | |||
mysqladmin -u root password 'passwordyouwant' | mysqladmin -u root password 'passwordyouwant' | ||
Line 70: | Line 71: | ||
use joey; | use joey; | ||
source joey.sql; | source joey.sql; | ||
<pre> |