fhsav / clock

The clock for Farmington High School.
http://fhsclock.com
Other
12 stars 2 forks source link

Use rbenv instead of RVM in production #289

Closed ethnt closed 11 years ago

ethnt commented 11 years ago

I'd like to move over to rbenv from RVM.

ethnt commented 11 years ago

Done.

deploy@clock:/var/www/clock$ rbenv
rbenv 0.3.0-74-g253f6ee
Usage: rbenv <command> [<args>]

Some useful rbenv commands are:
   commands    List all available rbenv commands
   global      Set or show the global Ruby version
   local       Set or show the local directory-specific Ruby version
   shell       Set or show the shell-specific Ruby version
   install     Install a Ruby version using the ruby-build plugin
   uninstall   Uninstall a specific Ruby version
   rehash      Rehash rbenv shims (run this after installing executables)
   version     Show the current Ruby version and its origin
   versions    List all Ruby versions available to rbenv
   which       Display the full path to an executable
   whence      List all Ruby versions that contain the given executable

See `rbenv help <command>' for information on a specific command.
For full documentation, see: https://github.com/sstephenson/rbenv#readme
deploy@clock:/var/www/clock$