== Run the initial build == Please copy these files and edit the new versions to match your environment. $ copy config/database.yml.example config/database.yml $ copy config/environments/development.rb.example development.rb $ copy config/environments/user_environment.rb.example user_environment.rb === Modify development.rb === If you do not have a mail server installed on your computer, you must edit the !ActionMailer parameters in this file so that the application can connect to your SMTP email account and send email. This will be required to confirm your registration as a test user. === Set up the database === * Create a database "breakout_development" * Normally, you'll not need to change configure config/database.yml Update the database with Rails Migrations. Go to a console prompt in your breakout directory and run the Migrations with $ rake migrate === Starting Breakout === Start breakout with the Webrick server. Pointing your browser to http://localhost:3000 will display the home page. === Further Information === http://tools.assembla.com/breakout/wiki/SetupDevelopment http://tools.assembla.com/breakout/wiki/SetupProblems