File tree Expand file tree Collapse file tree 4 files changed +2
-35
lines changed
Expand file tree Collapse file tree 4 files changed +2
-35
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -47,33 +47,17 @@ You're going to need:
47471 . Fork this repository on Github.
48482 . Clone * your forked repository* (not our original one) to your hard drive with ` git clone https://github.com/YOURUSERNAME/slate.git `
49493 . ` cd slate `
50- 4 . Initialize and start (there are a few options for this) :
50+ 4 . Initialize and start Slate. You can either do this locally, or with Vagrant :
5151
52- #### Manual/local
52+ #### Locally
5353
5454``` shell
5555bundle install
5656bundle exec middleman server
5757```
5858
59- #### Via Docker (must install it first)
60-
61- ``` shell
62- docker-compose up
63- ```
64-
65- will spin an environment for you, with the ` source ` directory mapped to the
66- container, so you can see your edits instantly after refreshing your browser.
67-
6859You can now see the docs at http://localhost:4567 . Whoa! That was fast!
6960
70- +* Note: if you're not using Docker natively (i.e. on Linux), the docs will be
71- +available at the IP of your docker host. If you're using docker-machine you can
72- +retrieve it with ` docker-machine ip <your_machine_name> ` *
73-
74- * Note: if you're using the Docker setup on OSX, the docs will be
75- available at the output of ` docker-machine ip <machine-name> ` (port: 4567) instead of ` localhost:4567 ` .*
76-
7761#### Via Vagrant
7862``` shell
7963vagrant up
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments