-
Notifications
You must be signed in to change notification settings - Fork 48
Home
jdalphon edited this page Apr 29, 2013
·
18 revisions
_This install was done on a bare ubuntu 12.04 distro. _
First make sure apt is up to date:
sudo apt-get update
We need curl to install rvm:
sudo apt-get install curl
Install rvm (restart shell after):
\curl -L https://get.rvm.io | bash -s stable
Add the following to your .bashrc: source ~/.rvm/scripts/rvm
Run rvm requirements
to see what you need to install
General
- New Developer Reference
- Setting up a Dev Environment
- The Scrum Board
- Git Reference
- Web Technology Reference
- Reviewing Pull Requests
-
Deploying
Misc
Security
Code Documentation