Sha256: 79e644bf6e8bc72f310ea7cbfac7c3908828de6b7ce1761b540f1d3fe9c606cd

Contents?: true

Size: 1.48 KB

Versions: 13

Compression:

Stored size: 1.48 KB

Contents

== Installation and Setup

Once you have extracted the files into the directory where you would like to
install Radiant:

1. Create the MySQL/PostgreSQL/SQLite/SQL Server/DB2 databases for your Web
   site. You only need to create the "production" database, but you may also
   want to create the "development" and "test" databases if you are developing
   extensions or running tests.

2. Edit config/database.yml to taste.  There are example files available for
   various databases in the config directory.

3. Run the database bootstrap rake task:
   
     % rake production db:bootstrap
   
   (If you would like bootstrap your development database run `rake
   development db:bootstrap`.)
   
   If you get the error "no such file to load -- spec/rake/spectask" please
   install Rspec (gem install rspec).

4. Start it like a normal Rails application. To test execute:
   
     % script/server -e production
   
   And open your Web browser on port 3000 (http://localhost:3000). The
   administrative interface is available at /admin/. By default the bootstrap
   rake task creates a user called "admin" with a password of "radiant".

When using Radiant on a production system you may also need to set permissions
on the public and cache directories so that your Web server can access those
directories with the user that it runs under.

Once you've installed Radiant on your own Web site, be sure to add your name
and Web site to the list of radiant users:

http://wiki.github.com/radiant/radiant/radiant-users

Version data entries

13 entries across 13 versions & 3 rubygems

Version Path
radiantcms-couchrest_model-0.2.4 INSTALL
radiantcms-couchrest_model-0.2.2 INSTALL
radiantcms-couchrest_model-0.2.1 INSTALL
radiantcms-couchrest_model-0.2 INSTALL
radiantcms-couchrest_model-0.1.9 INSTALL
radiantcms-couchrest_model-0.1.8 INSTALL
radiantcms-couchrest_model-0.1.7 INSTALL
radiantcms-couchrest_model-0.1.6 INSTALL
radiantcms-couchrest_model-0.1.5 INSTALL
radiant-0.8.2 INSTALL
radiant-0.9.0.rc2 INSTALL
radiant-rc-0.9.0 INSTALL
radiant-0.8.1 INSTALL