shinybox
02-25-2008, 04:57 PM
Hey there,
So I've got a ruby application all built and working locally, I uploaded it to my bluehost account, and if I run the script/server script from the server, it starts up at port 3000 and works like a champ, accessing db, and all.
I've followed the rails tutorial posted round these parts, and if I create the rails app from the server, I can get the server created app(the empty shell app) to work correctly.
but if I change the symbolic link from the server created rails app to the one that I uploaded, it fails to start my app.
Any thoughts as to what to look for?
I started with the dispatch files in the public directory (ended up copying them over), but am not sure where to go from there
Regards
ju
So I've got a ruby application all built and working locally, I uploaded it to my bluehost account, and if I run the script/server script from the server, it starts up at port 3000 and works like a champ, accessing db, and all.
I've followed the rails tutorial posted round these parts, and if I create the rails app from the server, I can get the server created app(the empty shell app) to work correctly.
but if I change the symbolic link from the server created rails app to the one that I uploaded, it fails to start my app.
Any thoughts as to what to look for?
I started with the dispatch files in the public directory (ended up copying them over), but am not sure where to go from there
Regards
ju