forked from ringcentral/slate
-
Notifications
You must be signed in to change notification settings - Fork 0
Installing Slate
Robert Lord edited this page Dec 20, 2013
·
1 revision
You're going to need:
- Ruby, version 1.9.3 or newer
-
Bundler — If Ruby is already installed, but the
bundle
command doesn't work, just rungem install bundler
in a terminal.
- Fork this repository on Github.
- Clone your forked repository (not our original one) to your hard drive with
git clone https://github.com/YOURUSERNAME/slate.git
cd slate
- Install all dependencies:
bundle install
- Start the test server:
bundle exec middleman server
You can now see the docs at http://localhost:4567. And as you edit source/index.md
, your server should automatically update! Whoa! That was fast!
The next step is to learn how to edit source/index.md
to change the content of your docs.