Introduction

The Lycee-vanGogh.net suite is a set of tools for online communities which I originally wrote for the alumni website of my highschool in The Netherlands, the Lycée Français des Pays-Bas.

Technical info

Lycee-vanGogh.net is written in Ruby, using the Ruby on Rails framework. I have done my best to make the whole site XHTML 1.0 and CSS2 compliant.

Subversion repository

You can browse the source code for lycee-vangogh by using WebSVN or browsing the directory.

You can also do a checkout of the current development version of lycee-vangogh using Subversion with the following command :

svn co https://svn.jerryweb.org/public/lycee-vangogh/trunk lycee-vangogh 

Getting started

Install the dependencies for Lycee-vanGogh.net:

gem install rails
gem install mongrel_rails

Next, create config/database.yml, using config/database.example.yml as an example.

Next, initialise the database:

rake db:migrate
rake globalize:setup

Finally, run the server:

script/server

Contact info

You can e-mail me comments and questions or you can find out more about me.

Copyright

Lycee-vanGogh.net is copyright (C) 2001-2010 Jeremy Lainé. This software is distributed under the terms of the GNU General Public License (GPL).