How to specify a web address to a rails application?

前端 未结 3 1984
执笔经年
执笔经年 2021-01-29 04:02

I am using Ubuntu 12.04 and I have a rails application, that I would like to start on boot. Also if I start the server from console like

cd 

        
3条回答
  •  心在旅途
    2021-01-29 04:55

    If you don’t want to edit your hosts file you can also make use of localtest.me. Simply access your website with any subdomain like example.localtest.me:3000 or www.localtest.me:3000.

提交回复
热议问题