开发者

best practice dir for rails app on redhat

开发者 https://www.devze.com 2023-02-02 00:32 出处:网络
I\'m installing a Ruby on Rails app on RedHat, using cPanel. What directory would be considered \"best practice\" for installing the app itself?

I'm installing a Ruby on Rails app on RedHat, using cPanel. What directory would be considered "best practice" for installing the app itself?

Clearly I don't want to use \home\peter\public_html and it looks like \home\peter\ruby was created by default when I ran the \scripts\installruby script.

\home\peter\rubyapps ?

\home\peter\ruby\a开发者_运维百科pps ?

\home\peter\public_rails_apps ?

Thanks for your help!


Generally, apps are hosted on:

var/www/yoursite.com

But it's a matter of choice :)

0

精彩评论

暂无评论...
验证码 换一张
取 消