Sha256: b440441cc7a96a9a7035d88ed094cfb357c664bc3c7c5ca017b986c7528c9bfd

Contents?: true

Size: 1.65 KB

Versions: 28

Compression:

Stored size: 1.65 KB

Contents

Dependencies
------------

Before installing Flapjack you will need to setup some dependencies.

### Setup dependencies (Ubuntu Hardy) ###

Add the following lines to `/etc/apt/sources.list`

    deb http://ppa.launchpad.net/ubuntu-ruby-backports/ubuntu hardy main
    deb http://ppa.launchpad.net/auxesis/ppa/ubuntu hardy main

Add GPG keys for the repos: 

    sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 288BA53BCB7DA731

Update your package list:

    sudo apt-get update 

Install Ruby dependencies: 

    sudo apt-get install build-essential libsqlite3-dev

Install rubygems + beanstalkd:

    sudo apt-get install rubygems beanstalkd

Set `ENABLED=1` in `/etc/default/beanstalkd`.

Start beanstalkd: 

    sudo /etc/init.d/beanstalkd start


### Setup dependencies (everyone else) ###

Install the following software through your package manager or from source: 

 - beanstalkd (from [http://xph.us/software/beanstalkd/](http://xph.us/software/beanstalkd/))
 - libevent (from [http://monkey.org/~provos/libevent/](http://monkey.org/~provos/libevent/))
 - latest RubyGems (from [http://rubyforge.org/projects/rubygems/](http://rubyforge.org/projects/rubygems/))


## Installation ##

Add GitHub's RubyGems server to your Gem sources: 

    sudo gem sources -a http://gems.github.com

Install the Flapjack gem: 

    sudo gem install auxesis-flapjack

Then run the magic configuration script to set up init scripts: 

    sudo install-flapjack-systemwide

The script will prompt you if it wants to do anything destructive. 

## Packages ##

We want to provide native packages for Flapjack (`.deb`, `.rpm`, `.ebuild`). If 
you'd like to contribute please let us know! 

Version data entries

28 entries across 28 versions & 2 rubygems

Version Path
auxesis-flapjack-0.4.10 doc/INSTALL.md
auxesis-flapjack-0.4.5 doc/INSTALL.md
auxesis-flapjack-0.4.6 doc/INSTALL.md
auxesis-flapjack-0.4.8 doc/INSTALL.md
auxesis-flapjack-0.4.9 doc/INSTALL.md
flapjack-0.6.38 doc/INSTALL.md
flapjack-0.6.37 doc/INSTALL.md
flapjack-0.6.36 doc/INSTALL.md
flapjack-0.6.35 doc/INSTALL.md
flapjack-0.6.34 doc/INSTALL.md
flapjack-0.6.33 doc/INSTALL.md
flapjack-0.6.32 doc/INSTALL.md
flapjack-0.6.31 doc/INSTALL.md
flapjack-0.6.30 doc/INSTALL.md
flapjack-0.6.29 doc/INSTALL.md
flapjack-0.6.28 doc/INSTALL.md
flapjack-0.6.27 doc/INSTALL.md
flapjack-0.6.26 doc/INSTALL.md
flapjack-0.6.25 doc/INSTALL.md
flapjack-0.6.24 doc/INSTALL.md