https://github.com/ai/on_the_islands
https://github.com/ai/on_the_islands
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ai/on_the_islands
- Owner: ai
- Created: 2011-02-06T12:41:52.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2011-03-17T12:05:20.000Z (over 15 years ago)
- Last Synced: 2025-01-19T17:22:32.710Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 191 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# On The Islands
## Installation
1. Get latest Ruby 1.9. For example, on Ubuntu 10.10:
apt-get install ruby-1.9.1 ruby1.9.1-dev
2. Install Bundler gem:
sudo gem1.9.1 install bundler
3. Install MongoDB (see ). For example, on
Ubuntu 10.10:
sudo apt-add-repository 'deb http://downloads.mongodb.org/distros/ubuntu 10.10 10gen'
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv 7F0CEB10
sudo apt-get update
sudo apt-get install mongodb-stable
4. Install node.js. For example, on Ubuntu 10.10:
sudo apt-add-repository ppa:chris-lea/node.js
sudo apt-get update
sudo apt-get install nodejs
5. Install all dependency gems:
bundle install
6. Create Mongoid config:
bundle exec rails generate mongoid:config
7. Start game web server:
bundle exec rails server
8. Open in browser.