forked from rvm/rvm-site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
56 lines (34 loc) · 1.59 KB
/
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
== Welcome to the RVM Site Documentation
You can see the documentation live online at http://rvm.beginrescueend.com/.
== Get the Site Running Locally
If you're going to help you'll first need to get the site running locally.
Start by forking the repository and cloning the fork.
== Requirements
The site requires that you have ruby 1.9.2-head running in your environment.
(Although you can manually use something else, this is what is setup in the .rvmrc file currently.)
You can do this with RVM by typing the following at the command line:
rvm install 1.9.2-head
rvm-site requires a few gems that can be found in rvm-site.gems, including:
Compass
http://compass-style.org/
HAML (SASS is bundled with this Gem)
http://haml-lang.com/
http://sass-lang.com/
Nanoc3
http://nanoc.stoneship.org/
Rack
http://guides.rubyonrails.org/rails_on_rack.html
Mime-type
http://rubyforge.org/projects/mime-types/
The cloned site will detect if you have these installed (except Mime-type) in your current ruby and if not it will install them in RVM for you.
== Getting it Running
If you are in RVM and have 1.9.2-head already running,
simply clone this repository and cd to the directory.
The project .rvmrc will be loaded and you can open in your editor and start hacking away.
If you would like to view the changes locally as you hack,
You can use Nanoc's AutoCompile feature:
nanoc3 aco
== Update Submission
Once you are satisfied with your changes to the documentation push it back to your github fork and initiate a pull request.
== Thanks
Thanks for taking the time to work on RVM.