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
name age message
file .gitignore Loading commit data...
file .gitmodules Tue May 05 18:03:31 -0700 2009 Moving from restful_authentication to authlogic... [Bruno Michel]
file README.rst Sat Jan 31 08:34:02 -0800 2009 Added Geoffroy Carrier's README and sample data... [Bruno Michel]
file Rakefile Wed Jun 03 13:39:54 -0700 2009 Sphinx indexation [Bruno Michel]
directory app/
directory config/ Mon Jun 29 14:36:28 -0700 2009 Fix a typo in config/environment.rb [Bruno Michel]
directory db/
directory doc/ Fri Mar 13 19:09:04 -0700 2009 Generates diagrams with the lastest version of ... [Bruno Michel]
directory lib/
directory log/ Thu Jun 04 13:17:53 -0700 2009 Sphinx PID file has nothing to do in the log [Bruno Michel]
directory public/
directory script/
directory test/
directory tmp/
directory vendor/ Sun Jun 14 14:26:47 -0700 2009 Use grit 1.1 [Bruno Michel]

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