rvm/rvm-site

Name: rvm-site

Owner: RVM

Description: RVM website and documentation

Created: 2010-02-27 18:51:22.0

Updated: 2018-01-15 17:21:10.0

Pushed: 2018-01-09 09:40:02.0

Homepage: https://rvm.io

Size: 4852

Language: HTML

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

RVM site and documentation

You can see the documentation live online at https://rvm.io.

Quick corrections

For small changes like single wording fixes it is enough to use Github builtin editor, navigate to https://github.com/rvm/rvm-site/tree/master/content, find the page to fix and press the Edit button, try to give meaningful description so it is easier to understand why this change is needed.

Running site 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

This site requires a few gems that can be found in Gemfile, including:

To install requirements run

bundle install
Run

If you would like to view the changes locally as you hack, use nanoc-guard:

# in window/tab 1
guard
# in window/tab 2
nanoc view

And then open http://localhost:3000

It's required to reload page after changing code.

Validating site links integrity with Nanoc:

rake test
Thanks

Thanks for taking the time to work on the RVM documentation project!


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.