wckr / wocker

Create your WordPress development environment in 3 SECONDS!

Home Page:https://wocker.dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How change the domain wocker.dev?

pedroapfilho opened this issue · comments

When i tried to change the domain I broke everything, there's some easy way to do this?

commented

Could you tell me what's the reason you want to change the domain of wocker.dev?

I'm dumb as fuck, i see now how it works, thanks

@ixkaito If I need to connect to the site using mobile on the same network, I am unable to access using http://wocker.dev. Also, the direct IP address does not work. How can we access the site?

commented

Hi @vukers. This is not a Wocker issue but a vagrant (or virtual machine) issue. Maybe the easiest way to share http://wocker.dev on your local network is Browsersync.

  1. Install Node.js
  2. Install Browsersync
    npm install -g browser-sync
    
  3. Start Browsersync
    $ browser-sync start -p wocker.dev
    

Then you'll be able to connect to the external URL using your mobile which is on the same network.