Access on the local network
Last updated
Was this helpful?
Last updated
Was this helpful?
Sometimes you need to run your CMA application in a mode where other users can access it to look at the development progress.
Every device that is connected to the local is assigned an IP address in that network. Usually, this is done by the router. To get your IP address on the local network, use the following guide:
Each OS has a different approach to opening ports in its firewall.
We will be using to control iptables rules.
Go to System Preferences > Security & Privacy > Firewall. Enable firewall. Then go to Firewall Options and make sure the only two options selected are Automatically allow built-in software to receive incoming connections and Automatically allow downloaded signed software to receive incoming connections.
Add to your cma.js
file field host
with your IP address:
That is it! Now your devices on the local network can communicate with your CMA instance!
Add to your cma.js
file field host
with your IP address:
That is it! Now your devices on the local network can communicate with your CMA instance!
You also need to apply changes by running the command without .
Learn more about storeDomains !
You also need to apply changes by running the command without .