Re: Access development server from another (local) computer

2015-12-23 Thread Harold Putman
Use ngrok. https://ngrok.com/. After you install it, you type `ngrok 8765` from a command prompt and it will provide you with a URL you can use to access your Cake app from another computer inside or outside your local network. On Tuesday, December 22, 2015 at 5:39:13 AM UTC-5, Ken Hargy wrot

Re: Access development server from another (local) computer

2015-12-22 Thread John Andersen
That question is not really related to CakePHP. Depending on your setup, you will have to open the firewall on the computer, where you have your site running. You will probably also have to configure your webserver (apache, nginx, etc.) to accept connections from other IP addresses than localho