-
Notifications
You must be signed in to change notification settings - Fork 2
/
README
32 lines (20 loc) · 975 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
= Beastly
Allow your Radiant to play with Altered Beast forum software.
= How
The migrations in this extension load the tables needed for the Beast
installation. This is necessary because by default Beast uses db:schema:load
which will alter your migration data. After the migration you can set up
and use Beast with the same login credentials you already have for Radiant.
= Beast Setup
Check out a copy of Altered Beast.
* git clone git://github.com/courtenay/altered_beast.git
Install the radiant_authentication plugin
* script/plugin install git://github.com/xtoddx/radiant_integration.git
Install the acts_as_tree plugin (because Radiant pages act as tree)
* script/plugin install acts_as_tree
Install the default_order plugin (because Radiant models use it)
* script/plugin install acts_as_tree
Point config/database.yml to the radiant database.
Run beast, probably on a subdomain (or using a rewrite rule, whatever).
= Feedback