Skip to content

Commit

Permalink
Added installation notes
Browse files Browse the repository at this point in the history
  • Loading branch information
deanrad committed Jul 10, 2010
1 parent 0cdf42e commit 2d569d3
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -6,6 +6,7 @@
.dotest/*
log/*
tmp/*
db/*.sqlite3
coverage/*
doc/app/*
doc/plugins/*
Expand Down
19 changes: 19 additions & 0 deletions INSTALL
@@ -0,0 +1,19 @@
To install chess_on_rails:

1. Run 'rake config:gems' in the root dir. If you get normal rspec test results yay ! If not you may have one or more of these errors:
- no such file to load -- spec/rake/spectask
- no such file to load -- net/https

Apt-get commands to run: # on compatible Linux platforms

sudo apt-get install libopenssl-ruby
sudo apt-get install ruby1.8-dev
sudo apt-get install libsqlite3-dev libsqlite3-ruby

Make sure you have run

sudo gem install rspec rspec-rails sqlite3-ruby ruby-debug ruby-prof mocha




2 changes: 0 additions & 2 deletions config/database.yml
@@ -1,5 +1,3 @@
# SQL Server

development:
adapter: sqlite3
database: db/development.sqlite3
Expand Down

0 comments on commit 2d569d3

Please sign in to comment.