Skip to content

Installation

Brandon edited this page Mar 13, 2015 · 12 revisions

How to install cloverleaf

Install the needed packages.

sudo apt-get install mpg123 lame wget libxml2 libxslt-dev libavahi-compat-libdnssd-dev

Grab the source.

git clone https://github.com/brandon-dacrib/cloverleaf.git

Install the needed rubygems.

gem install bundle
cd cloverleaf/app/bundle
bundle install
cd ../

Create your database

ruby modules/create-db.rb

Have fun.

ruby app.rb

Dependencies

NOTE: cloverleaf requires ruby 2.x. I recommend using rvm to install that if your OS doesn't come with a package.

Clone this wiki locally