I am presently developing a web service using Ruby on Rails. I wish to run it on LAN as well as web simultaneously? How can it be done?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I am assuming
OR
1) Install the proxylocal gem
2) Run your rails server in development mode.
3) Run proxy local
Now, you can access your local server using
http://joshi_server.t.proxylocal.com/anywhere from the web.Note
Similar services
Free : ngrok, localtunnel, pagekite, yaler,
Paid : showoff.io
I found
proxylocal,localtunnel, andshowoffto be similar w.r.t ease of use and reliability. I preferproxylocalas it allows me to name and reuse the subdomain for my local server.Do not use this approach for a production setup