Changes
Jump to navigation
Jump to search
===On Pgsql===
====Removing Unneeded Servers====
Remove the web, mail, news and other unneeded servers. Consider removing MySQL (but leave it for now):
yum groupremove "Web Server"
yum groupremove "Mail Server"
yum groupremove "News Server"
====Upgrade Python?====
Find out which version of Python is currently installed:
yum list python #lists version 2.4.3-27.el5_5.3
There are tarballs of version 3.2 available from [http://www.python.org/download/ Python.org's download area], but it seems to recent to have got rpm/yum support as yet.
Haas PhD Server Configuration (view source)
Revision as of 20:37, 3 March 2011
, 20:37, 3 March 2011no edit summary
Set a root password for the database:
mysqladmin -u root password cheit
===On Pgsql===
====Removing Unneeded Servers====
Remove the web, mail, news and other unneeded servers. Consider removing MySQL (but leave it for now):
yum groupremove "Web Server"
yum groupremove "Mail Server"
yum groupremove "News Server"
====Upgrade Python?====
Find out which version of Python is currently installed:
yum list python #lists version 2.4.3-27.el5_5.3
There are tarballs of version 3.2 available from [http://www.python.org/download/ Python.org's download area], but it seems to recent to have got rpm/yum support as yet.
==Configuration==
cp /var/www/wiki/config/LocalSettings.php /var/www/wiki/config/LocalSettings.php.bak
cp /var/www/wiki/config/LocalSettings.php /var/www/wiki/LocalSettings.php