- 
Open a browser # start an instance of firefox with selenium-webdriver $browser_type = 'firefox' $host = 'http://localhost:4444/wd/hub'
$capabilities = array(\WebDriverCapabilityType::BROWSER_NAME => $browser_type);
| # DOCKER-VERSION 0.3.4 | |
| FROM ubuntu | |
| MAINTAINER Kevin Zhuang <[email protected]> | |
| #RUN echo "This is a ubuntu Dockerfile." | |
| #replace source.list with http://repogen.simplylinux.ch/ | |
| RUN echo "deb http://02.archive.ubuntu.com/ubuntu/ precise main restricted universe multiverse" > /etc/apt/sources.list | |
| RUN apt-get update | 
This document provides help on getting your macOS development environment up and running with the latest versions of Homebrew, Apache, PHP, etc.
Homebrew is an excellent package manager for macOS; let's install it.
$ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"