I ever mentioned John W. Long’s Radiant, a simplified and elegant CMS on my previous post before a few month. Now I really have to give him a thumb-up. John fulfilled and whip up his outstanding project into Version 0.5. Radiant is a really simple, chic, and usable Rails CMS app. As its author said, it is for small team member communicating their data and thoughts, but rather than a blog engine. I think his bang-up job is a practical way for novices to learn Rails app and the app’s core worthy to attend is Radius, a tag-based template which pouring all the magic into this alittle CMS.
One hour before, I installed Radiant, which is really neat and beautiful gadget. The premise before you dancing with her is make sure that you have installed ruby, rails, ri, irb. Of course.
When setting up Radiant, if you have 404 error, type:
sudo chmod -R 755 radiant
If your brower says it can’t find table ‘config’ in production database in mysql, type:
script/setup_database development
and
script/server development
That is a bit different with its README document, because you are now in developer mood. I am not sure whether needing to add
host: localhost
in respective section in ‘database.yml’.
Now give it a glimpse.
Update: I successfully set up FastCGI on my apache2 before a couple of days, and I got a error of some thing like
Errno::EACCES: Permission denied -
in radiant/cache folder during running radiant on apache2 at frist time. Then chmod -R 777 cache in the root folder, and all that will be smoothly coast into right place.



Asides