> I downloaded and unzipped the Beta AR and would like to try it.
>
> What steps do I need to do in order to run it on my computer?
* Install Ruby: http://rubyforge.org/frs/?group_id=167&release_id=2049
* Place the SQLite dll in the path (e.g. in ruby\bin directory):
http://sqlite.org/sqlitedll-3_2_7.zip
* from the command line run: gem install sqlite3-ruby
* Unzip the beta1 zip. In the config directory there is a
database.default.yml. Make a copy and name it database.yml
* From the command-line, go the beta1 directory and run: ruby script/create_db
* run: ruby script/server
* In your browser go to: http://localhost:2500
HTH,
Assaph