Okay, I ventured back into redmine land after being busy with other things.
I started from scratch. There are a couple things that I think are going wrong and could be the problem.
1) using 'gem install rails -v=2.3.11' completes but gives me an error about PATH not set cause I can't write to usr/bin or something. Installs to ~/.gem (right next to my public folder)
2)using 'gem install rack -v=1.1.1' completes with same error. Installs to ~/.gem (right next to my public folder)
3)While going through the installation and creating the MySQL database, the operation ends at random places. I've tried wiping my DB and starting over several times but the operation ends at a random place with an error like this:
== AddChangesetCommitDate: migrating =========================================
-- add_column(:changesets, :commit_date, :date)
rake aborted!
SIGTERM
I've tried looking around for a solution to that, but my only conclusion is that something is preventing the process to continue running and I'm getting a SIGTERM from somewhere. Doesn't seem to be from the installer.