https://github.com/rvm/rvm-site-setup
Setup fo rvm.io
https://github.com/rvm/rvm-site-setup
Last synced: 11 months ago
JSON representation
Setup fo rvm.io
- Host: GitHub
- URL: https://github.com/rvm/rvm-site-setup
- Owner: rvm
- Created: 2013-11-25T11:47:00.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2017-08-25T00:22:24.000Z (over 8 years ago)
- Last Synced: 2025-02-24T23:58:57.527Z (11 months ago)
- Language: Shell
- Size: 33.2 KB
- Stars: 2
- Watchers: 22
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rvm-site-setup
Setup for :
## Getting to server
1. checkout to `~/site`
## Nginx
1. run once `bin/site-check.sh`
1. copy `conf/nginx.rb` to `/etc/nginx/sites-available/rvm.io` and set IP addresses
1. add `bin/site-check.sh` to cron (example in file)
## Irc bot
1. put password for `smf_bot` in `smfbot/.password`
1. `rvm alias create cinch ruby-2.0.0-p353@cinch`
1. `rvm wrapper ruby-2.0.0-p353@cinch --no-links smfbot`
1. copy `conf/smfbot.rc` to `/etc/init.d/smfbot`
1. start it first: `sudo service smfbot start`
1. make it autostart later `sudo update-rc.d smfbot defaults`