1. Install Ruby & Gem from http://www.rubyonrails.org/down
2. Use " gem install rails --include-dependencies " install Rails(On line)
3. Use " gem install mongrel --include-dependencies" install mongrel
4. " rails -d mysql post" Create a application named post, with mySql support
5. Modify mysql configuration file "database.yml" & create a table in mySql Database (If you have no mysql, install it first)
6. " ruby script\generate scaffold post title:string body:text"
7. start mongrel "mongrel_rails start"
8. try visit http://localhost:3000/posts