Linkr is a really simple link sharing site that you can install on your own server. == Installation 1. You should have Apache2 and mod_fastcgi installed 2. gem install camping --source http://code.whytheluckystiff.net 3. Add to Apache's httpd.conf or sites-available/YOUR_VHOST: ScriptAlias / /var/www/linkr/public/dispatch.fcgi/ 4. Alter public/dispatch.fcgi LINKR_BASE_DIR to point to your linkr installation and setup the correct database information. Linkr requires that you use some kind of authentication that sets the AUTHENTICATE_UID header, if you happen to use another variable simply change it in linkr.rb Linkr.remote_user_property_name method. == Help! You can contact me if you have any question: macournoyer@yahoo.ca or visit my blog: http://macournoyer.wordpress.com