File tree Expand file tree Collapse file tree 1 file changed +36
-0
lines changed
Expand file tree Collapse file tree 1 file changed +36
-0
lines changed Original file line number Diff line number Diff line change @@ -10,3 +10,39 @@ Contributors
1010* Laurent Sansonetti
1111* Clifford Caoile
1212* Jean-Denis Vauguet
13+
14+
15+ Running the site locally
16+ ==========
17+
18+ First fork the repo on github (create an account if you don't have one)
19+
20+ ``` sh
21+ git clone git@github.com:your_user_name/ruby-hacking-guide.github.com.git
22+
23+ gem install jekyll
24+
25+ jekyll # this compiles the site
26+
27+ jekyll --server # start a server and browse on localhost:4000
28+
29+
30+ ```
31+
32+ [ Jekyll usage] ( https://github.com/mojombo/jekyll/wiki/usage )
33+
34+ Version of ruby used is very old 1.7.3
35+ It seems there is
36+ [ no tag on github for this version] ( https://github.com/ruby/ruby/tags?after=v1_8_3_preview2 )
37+
38+
39+ Get Ruby 1.7.3
40+ ==============
41+
42+ It's available from this Organization's repo at
43+ https://github.com/ruby-hacking-guide/ruby-1.7.3
44+
45+ ` git clone git://github.com/ruby-hacking-guide/ruby-1.7.3.git `
46+
47+ or from the original site zipped up
48+ http://i.loveruby.net/ja/rhg/ar/ruby-rhg.tar.gz
You can’t perform that action at this time.
0 commit comments