public
Description: railscasts.com in open source goodness!
Homepage: http://railscasts.com
Clone URL: git://github.com/ryanb/railscasts.git
railscasts / README
100644 19 lines (11 sloc) 0.567 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
= Railscasts
 
This is a rewrite of the Railscasts site (http://railscasts.com).
 
Please let me know if you plan to use this app for your site.
 
 
== Setup
 
Run "script/setup". This will generate the config files, install gems,
and migrate the database.
 
Run "script/setup_test" if you want to run the tests. This will install
the RSpec plugins and some other gems required for testing.
 
You may want to install sphinx, run the index and start rake commands,
and set thinking_sphinx:true in app_config.yml. This isn't required as
it will default to a primitive search.