added: app/controllers/application_controller.rb
[notes_radiant.git] / INSTALL
blob1514ee84cb83621a14389150b29fe6142b0eff69
2 == Installation and Setup
4 Once you have extracted the files into the directory where you would like to
5 install Radiant:
7 1. Create the MySQL/PostgreSQL/SQLite/SQL Server/DB2 databases for your Web
8    site. You only need to create the "production" database, but you may also
9    want to create the "development" and "test" databases if you are developing
10    extensions or running tests.
12 2. Edit config/database.yml to taste.  There are example files available for
13    various databases in the config directory.
15 3. Run the database bootstrap rake task:
16    
17      % rake production db:bootstrap
18    
19    (If you would like bootstrap your development database run `rake
20    development db:bootstrap`.)
21    
22    If you get the error "no such file to load -- spec/rake/spectask" please
23    install Rspec (gem install rspec).
25 4. Start it like a normal Rails application. To test execute:
26    
27      % script/server -e production
28    
29    And open your Web browser on port 3000 (http://localhost:3000). The
30    administrative interface is available at /admin/. By default the bootstrap
31    rake task creates a user called "admin" with a password of "radiant".
33 When using Radiant on a production system you may also need to set permissions
34 on the public and cache directories so that your Web server can access those
35 directories with the user that it runs under.
37 Once you've installed Radiant on your own Web site, be sure to add your name
38 and Web site to the list of radiant users:
40 http://wiki.github.com/radiant/radiant/radiant-users