github
Advanced Search
  • Home
  • Pricing and Signup
  • Explore GitHub
  • Blog
  • Login

engineyard / vertebra

  • Admin
  • Watch Unwatch
  • Fork
  • Your Fork
  • Pull Request
  • Download Source
    • 199
    • 3
  • Source
  • Commits
  • Network (3)
  • Issues (0)
  • Downloads (3)
  • Wiki (1)
  • Graphs
  • Branch: master

click here to add a description

click here to add a homepage

  • Branches (4)
    • 0.3
    • 0.4
    • gh-pages
    • master ✓
  • Tags (3)
    • 0.4.5
    • 0.4.0
    • 0.3.0
Sending Request…
Enable Donations

Pledgie Donations

Once activated, we'll place the following badge in your repository's detail box:
Pledgie_example
This service is courtesy of Pledgie.

Top-level repository with the entire vertebra distribution — Read more

  cancel

  cancel
  • Private
  • Read-Only
  • HTTP Read-Only

This URL has Read+Write access

Subproject Commit 
jvantuyl (author)
Mon Dec 07 00:59:44 -0800 2009
commit  901458b28c4c9e556e28746801435201a64986da
tree    584a95ef2c8fb6c1ec6456bcc2a8612f3e609745
parent  b7fe520532bc2e52f711b420093026bcdf9abe31
vertebra /
name age
history
message
file .gitignore Tue Apr 14 10:44:18 -0700 2009 Add target to create ChangeLog [Samuel Tesla]
file .gitmodules Fri Dec 19 11:25:09 -0800 2008 Fixed .gitmodules to use public clone URLs inst... [Samuel Tesla]
file LICENSE Wed Dec 10 12:43:46 -0800 2008 Initial Commit [Samuel Tesla]
file Makefile.am Tue Apr 14 10:45:14 -0700 2009 Remove vertebra-xen from makefile. Oops! [Samuel Tesla]
file README Thu Apr 02 21:38:34 -0700 2009 Tweak README [Samuel Tesla]
file TODO Fri Dec 19 09:29:32 -0800 2008 Updated TODO [Samuel Tesla]
file configure.ac Tue Apr 14 10:16:35 -0700 2009 Bump version. Next release 0.4.6 [Samuel Tesla]
file deps.sh Tue Dec 30 13:07:01 -0800 2008 Updated README with instructions for producing ... [Samuel Tesla]
directory docs/ Mon Jan 12 11:41:56 -0800 2009 Move the integration docs into the integration ... [Samuel Tesla]
submodule natter - 1950e83 Thu Mar 19 15:42:06 -0700 2009 Update to latest natter. commit 1950e83d3332c0... [Samuel Tesla]
submodule vertebra-erl - cf6e7c8 Thu Apr 02 21:34:39 -0700 2009 Update to latest vertebra-erl and vertebra-rb. [Samuel Tesla]
submodule vertebra-gem - c1cf06d Tue Apr 14 10:21:52 -0700 2009 Update to latest vertebra-rb: commit 75bbc0e05... [Samuel Tesla]
submodule vertebra-rb - 5467617 Mon Dec 07 00:59:44 -0800 2009 Subproject Commit [jvantuyl]
README
== Where to get Vertebra

The source code is always available via Git:

  $ git clone git://github.com/engineyard/vertebra.git
  $ cd vertebra
  $ git submodule init
  $ git submodule update

When switching between branches you need to remember to update the
submodules. So to checkout the 0.4.0 tag to a branch you'd do this:

  $ git checkout -b v0.4.0 0.4.0
  $ git submodule update

Then when you went back to master you'd do this:

  $ git checkout master
  $ git submodule update

== Dependencies

We have provided a script (deps.sh) that installs some dependencies in
/opt/local/vertebra:

 * Erlang OTP (R12B-5)
 * ejabberd (2.0.2)
 * erlsom (1.2.1)

The script also installs the following gems using the gem command found on your
PATH:

 * rspec
 * open4
 * thor
 * rr
 * hoe

The following dependencies are not installed:

 * expat (most systems have this)
 * gcc (most systems have this, Macs need to install Xcode)
 * iconv (glibc systems have this, only needed for ejabberd mod_irc)
 * make (most systems have this, Macs need to install Xcode)
 * glib (most linux systems have this, needed for loudmouth)
 * loudmouth (see note below)
 * loudmouth-ruby
 * openssl (most systems have this)
 * ruby
 * rubygems
 * wget OR curl (this includes most Macs and Linux machines)
 * zlib (most systems have this)

=== Loudmouth

The ruby agent library requires the latest versions of both the loudmouth
library and the loudmouth-ruby bindings in order to work properly.

As of this writing the latest version of loudmouth is 1.5.0. It is available
at:

  http://engineyard.github.com/loudmouth/download/loudmouth-1.5.0.tar.gz

Similarly, the latest version of the bindings is 0.3.0. They are available at:

  http://engineyard.github.com/loudmouth/download/loudmouth-ruby-0.3.0.tar.gz

== Installation

If you are installing from git you need to run this command to set up the build
system:

  $ autoreconf --install && autoreconf

Then to install everything:

  $ ./deps.sh -a
  $ ./configure && make && make install

What is installed can be broken down into three categories: vertebra libraries,
and vertebra actors.

==== Vertebra Libraries

 * vertebra-rb -- Core agent library for ruby.
 * vertebra-erl -- Core agent library for erlang and core vertebra services.

==== Vertebra Actors

 * vertebra-gemtool -- Actor for managing ruby gems.
 * vertebra-xen -- Actor for accessing Xen slice information.
Blog | Support | Training | Contact | API | Status | Twitter | Help | Security
© 2010 GitHub Inc. All rights reserved. | Terms of Service | Privacy Policy
Powered by the Dedicated Servers and
Cloud Computing of Rackspace Hosting®
Dedicated Server