Commit fd1937a3 authored by Robert Lord's avatar Robert Lord

Merge pull request #185 from mehulkar/patch-2

Easy setup with Docker
parents bb5c7214 10179a66
......@@ -49,8 +49,18 @@ You're going to need:
4. Install all dependencies: `bundle install`
5. Start the test server: `bundle exec middleman server`
Or use the included Dockerfile! (must install Docker first)
```shell
docker build -t slate .
docker run -d -p 4567:4567 slate
```
You can now see the docs at <http://localhost:4567>. Whoa! That was fast!
*Note: if you're using the Docker setup on OSX, the docs will be
availalable at the output of `boot2docker ip` instead of `localhost:4567`.*
Now that Slate is all set up your machine, you'll probably want to learn more about [editing Slate markdown](https://github.com/tripit/slate/wiki/Markdown-Syntax), or [how to publish your docs](https://github.com/tripit/slate/wiki/Deploying-Slate).
Examples of Slate in the Wild
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment