Changes
Jump to navigation
Jump to search
Haas PhD Server Configuration (view source)
Revision as of 17:47, 22 January 2011
, 17:47, 22 January 2011→Package additions/upgrades/removals
On lamp:
*Install mediawikiMediawiki*Install MySQL (the server)
*Remove ftp
Allow from all
</Directory>
===Install MySQL===
Install MySql:
yum install mysql-server
Start the server:
/etc/init.d/mysqld start
==Configuration==