Download Lovd
Start Building Your Social Network
LovdByLess is a free open source social network platform written by Less Everything in Ruby on Rails just for you.
DOWNLOAD yours today.
(Hurry, available only while supplies last.)
How to get Lovd up and running
- Lovd runs on Ruby on Rails, so first you need to get rails running. Go download rails and follow it's instructions to get rails running.
- Now download Lovd and unzip it.
- The directions in the README file assume some knowledge of rails, but I'll go through it a bit here.
- The first thing to do is install the ruby gems that are required. For each gem listed in the README, at the command line, do something like "gem install [gem name]" or "sudo gem install [gem name]".
- The next thing to do is set up your database (steps 1-4 in the README). Lovd is setup to use MySQL by default, so just follow the instructions in the README and configure the files for your computer.
- Skip step 5.
- Now setup global variable (site name and url and stuff) (steps 6-13) and change the (r)html and css to suit your taste.
- In dev mode, search (steps 14-16) should work right out of the box (assuming you install the gems). The search instructions are really for a production environment.
- Start lovd with the typical "./script/server" and point your browser to "http://localhost:3000".
- Still confused or have some suggestions? Visit the Lovd Google Group.

