Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Linode プランを取得する予定で、Ruby on Rails で 3 つの Web ページ 2 を実行する必要があります。単純な html は可能ですか? 各 RoR アプリと単純な html ページにも異なる URL が必要です
ええ、私はまったく同じことをしています。それに加えて、いくつかの Sinatra アプリもあります。
nginxとunicorn (アプリ サーバー)について読むことをお勧めします。接続は非常に簡単で、複数のユニコーン インスタンスの管理は、ユニコーン構成でローカル アプリ サーバーのポートを変更するのと同じくらい簡単です。