Changeset 9132
- Timestamp:
- 03/29/08 18:37:14 (5 months ago)
- Files:
-
- trunk/railties/html/images/rails.png (modified) (previous)
- trunk/railties/html/index.html (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/railties/html/index.html
r7604 r9132 220 220 <li><a href="http://www.rubyonrails.org/">Ruby on Rails</a></li> 221 221 <li><a href="http://weblog.rubyonrails.org/">Official weblog</a></li> 222 <li><a href="http://lists.rubyonrails.org/">Mailing lists</a></li>223 <li><a href="http://wiki.rubyonrails.org/rails/pages/IRC">IRC channel</a></li>224 222 <li><a href="http://wiki.rubyonrails.org/">Wiki</a></li> 225 <li><a href="http://dev.rubyonrails.org/">Bug tracker</a></li>226 223 </ul> 227 224 </li> … … 253 250 <h2>Here’s how to get rolling:</h2> 254 251 255 <ol> 256 <li> 257 <h2>Create your databases and edit <tt>config/database.yml</tt></h2> 258 <p>Rails needs to know your login and password.</p> 259 </li> 260 252 <ol> 261 253 <li> 262 254 <h2>Use <tt>script/generate</tt> to create your models and controllers</h2> … … 268 260 <p>Routes are set up in config/routes.rb.</p> 269 261 </li> 262 263 <li> 264 <h2>Create your database</h2> 265 <p>Run <tt>rake db:migrate</tt> to create your database. If you're not using SQLite (the default), edit <tt>config/database.yml</tt> with your username and password.</p> 266 </li> 270 267 </ol> 271 268 </div>