public
Description: The new version of LinuxFr.org will be in Ruby on Rails. It's my resolution for 2009.
Homepage: http://linuxfr.org
Clone URL: git://github.com/nono/linuxfr.org.git
nono (author)
Wed Nov 25 17:43:13 -0800 2009
commit  7524f7de8b2701141a823ed5a5caba0d3a0a8f15
tree    992c01668c6a8fb936a524d288968f2622039434
parent  8a3c713d9b663af31984fccfd1422d2ffe1b06fe
name age message
file .gitignore Thu Oct 22 12:43:51 -0700 2009 Put images for sections in public/images/sections [nono]
file .gitmodules Sun Nov 08 09:56:36 -0800 2009 Remove acts_like_git [nono]
file LICENSE Mon Aug 03 13:55:08 -0700 2009 Add the LICENCE file [nono]
file README.rst Sat Jan 31 08:34:02 -0800 2009 Added Geoffroy Carrier's README and sample data... [nono]
file Rakefile Sun Nov 08 12:43:01 -0800 2009 No more gems from github and update thinking_sp... [nono]
directory app/ Wed Nov 25 17:43:13 -0800 2009 WIP on boards and news [nono]
directory config/ Tue Nov 24 15:02:01 -0800 2009 We can submit a news (again) [nono]
directory db/ Wed Nov 25 17:43:13 -0800 2009 WIP on boards and news [nono]
directory doc/ Sun Sep 20 12:02:18 -0700 2009 Regenerate doc/diagrams [nono]
directory lib/ Tue Nov 24 15:02:01 -0800 2009 We can submit a news (again) [nono]
directory log/ Thu Jun 04 13:17:53 -0700 2009 Sphinx PID file has nothing to do in the log [nono]
directory public/ Wed Nov 25 17:43:13 -0800 2009 WIP on boards and news [nono]
directory script/ Wed Feb 04 14:38:53 -0800 2009 Change the generated files with the rails cmd a... [nono]
directory test/ Wed Nov 25 17:43:13 -0800 2009 WIP on boards and news [nono]
directory tmp/ Mon Jan 05 14:49:27 -0800 2009 Do not forget the tmp/ directory [nono]
directory vendor/ Sun Nov 08 09:56:36 -0800 2009 Remove acts_like_git [nono]
README.rst

linuxfr.org 3

moules on rails

This is a placeholder.

Try out the next bouchot

Easy pizzy, once you installed gem (rubygems in archlinux)!

[as root] gem sources -a http://gems.github.com
[as root] gem install rails haml rake sqlite3-ruby mojombo-grit
git clone git://github.com/nono/linuxfr.org.git
cd linuxfr.org
cp config/database.yml.sample config/database.yml
git submodule update --init
[as root] sudo rake gems:install
rake db:migrate
ruby script/server

It (supposedly) serves the website on http://0.0.0.0:3000