Sam Kong
Sam Kong

Reputation: 5810

How do I access remote machine that runs on Pow (rails web server)

I've recently installed Pow on my Mac. It's great.

It's convenient for my own dev machine. But I wonder if I can set it up to be shared by my colleagues. The problem is DNS resolution part.

For example, if I have a dev site on my machine like "http://myapp.dev". How do I let my colleague access to the site on my machine from his machine?

Upvotes: 3

Views: 985

Answers (2)

Galaxy
Galaxy

Reputation: 3400

I've been using https://showoff.io and it works a treat. Also allows others not on local network to view it as well (if that's something you need).

Upvotes: 0

tadman
tadman

Reputation: 211580

The hacky way to do this is to make them edit their DNS and insert a record in /etc/hosts that maps to your machine. An easier way to do this is Localghost which doesn't require editing files by hand.

Upvotes: 2

Related Questions