Hi all,
Sorry to bother with what might be a ridiculous question (hope not), but I am having some issues getting Tracks running on my Media Temple GS. I have searched the forum for help on this and notice that someone else had an issue that was resolved, but it wasnt the same problem and to be honest, im a rookie (this is the first ruby app Ive ever installed), could use the help of some seniors!
Everything seemed to have gone as planned until I tried to start up Tracks via MT’s account center. When attempted, I got the dreaded “application started, but no pid file was found. check ‘mtr status.’”
Im pretty sure this has something to do with the fact that my database isnt hooked up correctly. I’ve tried to use the rake command (rake db:migrate RAILS_ENV=production) but i get the following error when doing so:
rake aborted!
undefined method `install_gem_spec_stubs' for #<Rails::Initializer:0xb7acabcc>
I’ve set up a db for this and edited my database.yml file like so (as I’ve read a couple other post giving examples on media temple’s support forum for ruby apps):
production:
adapter: mysql
database: dbXXXXX_[dbname]
username: dbXXXXX_[user]
password: *****
host: internal-db.sXXXXX.gridserver.com
Does anyone have any ideas on what i might try to get this thing running?
TIA!
