id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc,distribution,status_field 108,activities.sugarlabs.org,dfarning,krstic,"would you please set up a machine for developing activities.sugarlabs.org. The preferred distro is cent0S5.2, as that is what mozilla used for a.m.o. With access root access on the machine I can set it up myself. Otherwise my setup notes are below. ------------------------------------------------------------------ install centos52 as server-gui --set up apache start apache on system boot chkconfig --levels 235 httpd on create index.php to test apache server vim /var/www/html/index.php start apache service httpd start install firefox yum install firefox test 127.0.0.1 verify mod_rewrite and mod_expires are loaded --set up php look for PHP5.1.6 rpm -q php look for php-gettext ( in php-common) rpm -q php-common install php-pear install php-gd install php-mbstring pear config-set preferred_state beta pear install Archive_Zip --install amo Install subversion yum install subversion checkout amo trunk via svn svn co http://svn.mozilla.org/addons/trunk /var/www Install mysql yum install mysql-server yum install php-mysql start mysql on system boot chkconfig --levels 235 httpd on start mysql service mysqld start setup mysql mysqladmin -u root passward remora mysqladmin -u root -p create remora mysqladmin -u root -p create remora-test mysql -u root -p GRANT ALL ON *.* TO 'remora'@'localhost' IDENTIFIED BY 'remora'; populate tables mysql -u remora -p -D remora