#Installing ngrok on OSX
- Download ngrok
- Unzip it to your Applications directory
- Create a symlink (instructions below)
Run the following two commands in Terminal to create the symlink.
# cd into your local bin directory#Installing ngrok on OSX
Run the following two commands in Terminal to create the symlink.
# cd into your local bin directory| apt-get install ipython | |
| apt-get install python-pip | |
| pip install selenium | |
| mkdir /root/bin | |
| cd /root/bin | |
| wget https://github.com/mozilla/geckodriver/releases/download/v0.9.0/geckodriver-v0.9.0-linux64.tar.gz | |
| tar -xvzf geckodriver-v0.9.0-linux64.tar.gz | |
| rm geckodriver-v0.9.0-linux64.tar.gz | |
| chmod +x geckodriver | |
| cp geckodriver wires |