The simplest app on a shared host 2020
bogotobogo.com site search:
The Simplest App - Default Rails page on a shared host
In this chapter, we'll make probably the most simplest app on a shared host. It just displays the "default Rails page".
We'll do the minimal to make the app:
- In ~/rails_app/ directory, issue "rails new firstapp" to make an app.
- make a subdomain named as firstapp.
- Delete ~/public_html/firstapp.
- In ~/public_html/, make symlink: "ln -s ~rails_apps/firstapp/public firstapp".
Actually, that's it. We made an RoR app!
Ph.D. / Golden Gate Ave, San Francisco / Seoul National Univ / Carnegie Mellon / UC Berkeley / DevOps / Deep Learning / Visualization