-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathREADME
25 lines (16 loc) · 909 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Mapstraction homepage
Viewable at http://mapstraction.github.com
Notes for testing locally (assumes Mac OS X)
GitHub Pages use Jekyll to serve up rendered pages (https://github.com/mojombo/jekyll)
Assuming you're using Home Brew, you'll need to install the latest version of Ruby and then
the Jekyll gem (yes, I know OS X ships with Ruby and Home Brew is a Ruby script, but the
shipped version of Ruby is ancient (1.8.7 on Lion) compared with 1.9.3p327 via Home Brew).
You'll also need to install the gem for RedCloth which is needed to serve .textile pages
but which (oddly) isn't a dependency of Jekyll
$ brew install ruby
$ gem install jekyll
$ gem install RedCloth
Then from the root of this repository, start the Jekyll server using the GitHub defaults
$ jekyll serve --watch
Finally point your browser at http://localhost:4000 and you should see the Mapstraction
home page being locally hosted