public
Fork of radiant/radiant
Description: Radiant is a no-fluff, open source content management system designed for small teams.
Homepage: http://radiantcms.org/
Clone URL: git://github.com/RSpace/radiant.git
Added seperate readme for radiant-base and updated it
RSpace (author)
Mon Sep 22 04:05:49 -0700 2008
commit  edb8db08ac13c28128ae8e069ecc9200c5b1d91f
tree    07f5af4cb6289e56dbcbfcb04d8394ffeea4b469
parent  8f19aa05d751ff02aa9da348f4a67899dd7017ba
0
...
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
33
34
35
36
...
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
0
@@ -1,36 +1,3 @@
0
-== Using radiant-base
0
-
0
-This fork of Radiant provides an alternative way to get started on development of
0
-Radiant-based websites. While the master branch just tracks the Radiant repo, the
0
-small branch adds a number of essential extensions that most Radiant sites can't
0
-be without (in my opinion!) and the medium branch adds a number a more advanced
0
-extensions for larger Radiant sites.
0
-
0
-=== Getting started
0
-
0
-1. Clone the repository from Github:
0
- % git clone -o base git://github.com/RSpace/radiant.git [local directory name]
0
-
0
-2. Set up a branch to track your prefered Radiant setup - I use "application" as a name for that branch
0
- % git branch --track [name of local branch] base/[small|medium]
0
- % git branch --track application base/medium # As an example of my preferred setup
0
-
0
-3. Initialize submodules with this command:
0
- % git submodule init
0
-
0
-4. Follow the instructions in INSTALL to get the site up and running
0
-
0
-=== Contributing to radiant-base
0
-
0
-The master branch just tracks the official Radiant repo.
0
-The small branch has the extensions needed for a small Radiant site. Any changes to README etc. should be made here and then merged into the medium branch.
0
-The medium branch has everything the small branch has, plus more extensions needed for medium-sized sites.
0
-
0
-==== Merging changes in small into medium
0
-
0
-% git checkout medium
0
-% git merge small
0
-
0
 == Welcome to Radiant
0
 
0
 Radiant is a no-fluff, open source content management system designed for

Comments

    No one has commented yet.