Skip to content

Commit

Permalink
Merge pull request scrapinghub#448 from scrapinghub/update-mac-instal…
Browse files Browse the repository at this point in the history
…l-doc

Update Install Documentation for Mac
  • Loading branch information
kmike committed May 16, 2016
2 parents a0c503d + 5963005 commit ad656e3
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions docs/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,15 @@ Linux + Docker
OS X + Docker
-------------

1. Install Docker_ (via Boot2Docker_).
1. Install Docker_ (via the Toolbox Instructions_).
2. Create, run & load the configuration for the docker-machine

$ docker-machine create default

$ docker-machine start default

$ eval "$(docker-machine env default)"

2. Pull the image::

$ docker pull scrapinghub/splash
Expand All @@ -30,17 +38,17 @@ OS X + Docker

$ docker run -p 5023:5023 -p 8050:8050 -p 8051:8051 scrapinghub/splash

4. Figure out the ip address of boot2docker::
4. Figure out the ip address of the docker-machine::

$ boot2docker ip
$ docker-machine ip default

The VM's Host only interface IP address is: 192.168.59.103
192.168.59.103

5. Splash is available at the returned IP address at ports
8050 (http), 8051 (https) and 5023 (telnet).

.. _Docker: http://docker.io
.. _Boot2Docker: http://boot2docker.io/
.. _Instructions: https://docs.docker.com/mac/


.. _manual-install-ubuntu:
Expand Down

0 comments on commit ad656e3

Please sign in to comment.