Progress is being made
I've been able to create a VMWare release that contains Mediawiki, Wordpress, and Subversion. I also have it creating the MySQL dbs for mediawiki and wordpress, as well as auto starting the httpd, and mysqld services. I am able to downaload the release, run it in VMWare, and after it boots I can hit the Mediawiki and Wordpress install pages from an external browser.
Items to note for the initial configs of the blog and wiki:
**It is suggested that one changes all passwords after initial config.
I also added an init script for svnserve that can be modified with the correct user and path names after manually creating a repository with the
svnadmin create
command. It is located at /etc/init.d/svnserve and can be turned on using the chkconfig svnserve on
command.I should soon have a public release. Future items to be done are: