Labs/Joey/ServerSetup: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 58: Line 58:
sudo /sbin/service mysqld start
sudo /sbin/service mysqld start


cd app/config/sql
mysql


Then setup the user.  It can be anything as long as it matches what you put in config.php above.


mysqladmin -u root password 'passwordyouwant'


cd app/config/sql


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
mysql -u root -p 'passwordyouset'


You will then need to download and compile ffmpeg (http://ffmpeg.mplayerhq.hu/).
create database joey;
use joey;
source joey.sql;
Confirmed users
1,031

edits