Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 602 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 602 Bytes

rvm-site-setup

Setup for http://rvm.io:

Getting to server

  1. checkout to ~/site

Nginx

  1. run once bin/site-check.sh
  2. copy conf/nginx.rb to /etc/nginx/sites-available/rvm.io and set IP addresses
  3. add bin/site-check.sh to cron (example in file)

Irc bot

  1. put password for smf_bot in smfbot/.password
  2. rvm alias create cinch ruby-2.0.0-p353@cinch
  3. rvm wrapper ruby-2.0.0-p353@cinch --no-links smfbot
  4. copy conf/smfbot.rc to /etc/init.d/smfbot
  5. start it first: sudo service smfbot start
  6. make it autostart later sudo update-rc.d smfbot defaults