How did this Ruby on Rails app get deployed?
Posted
by Ciera
on Stack Overflow
See other posts from Stack Overflow
or by Ciera
Published on 2010-03-16T14:24:34Z
Indexed on
2010/03/16
14:26 UTC
Read the original article
Hit count: 131
ruby-on-rails
|deployment
I have a Ruby on Rails app running on my server, and I can't figure out how it was deployed (someone else set it up).
The app is located in /var/www/myapp. Before it was deployed, I had been able to go in there and make minor edits to the app. The person helping me out with RoR then "deployed" it. It was unclear what deploying actually did, since it points to the same database and is on the same server. However, I can no longer edit it (or at least, the files I am editing are not being pointed to by the server).
Any way to figure out how this thing was deployed so I can take it down to edit it? Or should I basically just start over?
© Stack Overflow or respective owner