Just like everyone else, I've done my best to go through the tutorials multiple times before asking for help, but alas I just can't figure out what's wrong.
I'm trying to deploy a new RAILs application to a subfolder of my primary domain. My public_html folder is the root of my web (HTML only).
Steps:
Created a database, assigned a user, uploaded tables, verified access through mysql command line
Created a rails application on the root of my space, aka ~ named arccomp
Mod(ed) the database.yml, enviorment.rb and routes.rb
Created a symbolic link from the ~/arccomp/public to my ~/public_html/arc
Tried various config(s) for the .htaccess file from the standard deploy, to including a RewriteBase /arc
I can, of course, see the index.html file when present under the /arc subfolder, but I always get an error that the RAILs application did not start properly.
If anyone sees a missed step or has some other debugging steps, please let me know.
Robert