Setup for http://rvm.io:
- checkout to
~/site
- run once
bin/site-check.sh
- copy
conf/nginx.rb
to/etc/nginx/sites-available/rvm.io
and set IP addresses - add
bin/site-check.sh
to cron (example in file)
- put password for
smf_bot
insmfbot/.password
rvm alias create cinch ruby-2.0.0-p353@cinch
rvm wrapper ruby-2.0.0-p353@cinch --no-links smfbot
- copy
conf/smfbot.rc
to/etc/init.d/smfbot
- start it first:
sudo service smfbot start
- make it autostart later
sudo update-rc.d smfbot defaults