Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 873 Bytes

README.rdoc

File metadata and controls

13 lines (11 loc) · 873 Bytes

Text to Squares

This is an application that a RailsGirls workgroup is using to learn programming with Ruby and Rails. Yay!

Setup

To work on this application locally, you should first make sure you can run it and the tests. Some basic instructions follow.

  1. Make sure you have a working local development environment with (at least) Ruby and git. The instructions at robots.thoughtbot.com/post/8700977975/2011-rubyists-guide-to-a-mac-os-x-development should help…

  2. Get the code. You can do this via ‘git clone git://github.com/svenfuchs/text-to-squares.git`

  3. Run: ‘cd text-to-squares`

  4. Run: ‘bundle install`

  5. Run: ‘bundle exec rake db:schema:load`

  6. Run: ‘bundle exec rails server`

  7. In your browser, open localhost:3000/, and everything should work. If not, feel free to file an issue! github.com/svenfuchs/text-to-squares/issues