forked from rvm/rvm-site
-
Notifications
You must be signed in to change notification settings - Fork 0
RVM website and documentation
RichMorin/rvm-site
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
== 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.
About
RVM website and documentation
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published