Sha256: 2a9171fe00fd2589e0556c39f080dc007c7624e883b6b6536af36d2ebdf74bcc

Contents?: true

Size: 1.26 KB

Versions: 6

Compression:

Stored size: 1.26 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 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.

3. Run the database bootstrap rake task:
   
     % rake production db:bootstrap
   
   (If you would like bootstrap your development database run `rake
   development db:bootstrap`.)

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.radiantcms.org/Radiant_Users

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
radiant-0.6.5.1 INSTALL
radiant-0.6.5 INSTALL
radiant-0.6.7 INSTALL
radiant-0.6.6 INSTALL
radiant-0.6.8 INSTALL
radiant-0.6.9 INSTALL