Sha256: a763a495344267aeb1f717f65ff2d59a8b533cc0e131199b9a496072ebb96027

Contents?: true

Size: 1.45 KB

Versions: 16

Compression:

Stored size: 1.45 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.  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 i 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.radiantcms.org/Radiant_Users

Version data entries

16 entries across 16 versions & 2 rubygems

Version Path
radiant-0.7.2 INSTALL
metry-2.0.4 radiant/example/INSTALL
metry-2.0.5 radiant/example/INSTALL
metry-2.1.0 radiant/example/INSTALL
metry-2.1.1 radiant/example/INSTALL
metry-2.0.0 radiant/example/INSTALL
metry-2.0.1 radiant/example/INSTALL
metry-2.0.2 radiant/example/INSTALL
metry-2.0.3 radiant/example/INSTALL
metry-1.0.0 radiant/example/INSTALL
metry-1.0.1 radiant/example/INSTALL
metry-1.1.0 radiant/example/INSTALL
metry-1.2.0 radiant/example/INSTALL
radiant-0.7.0 INSTALL
radiant-0.8.0 INSTALL
radiant-0.7.1 INSTALL