public
Description: Vertebra Erlang Pieces
Homepage: http://engineyard.com
Clone URL: git://github.com/engineyard/vertebra-erl.git
name age message
file .gitignore Thu Feb 26 03:28:47 -0800 2009 Update Git to Ignore VIM Temporary Files [jvantuyl]
file LICENSE Tue Dec 09 10:36:43 -0800 2008 Initial Commit [stesla]
file Makefile.am Thu Feb 26 10:56:43 -0800 2009 Added conf/vertebractl.conf to the cleanfiles [Samuel Tesla]
file README Loading commit data...
directory bin/ Tue Dec 16 16:13:03 -0800 2008 Replace build system with fully autoconfiscated... [Samuel Tesla]
directory conf/ Thu Feb 26 12:18:05 -0800 2009 Fix config so that it captures the correct vari... [Samuel Tesla]
file configure.ac Fri Mar 20 13:54:57 -0700 2009 Toss old cavalcade into the bit bucket, as it i... [Samuel Tesla]
directory lib/
file src.include.mk Mon Dec 22 14:55:09 -0800 2008 Made dist rules a little more specific. [Samuel Tesla]
directory src/ Thu Feb 26 10:28:08 -0800 2009 Updates to ctl script and configuration [Samuel Tesla]
file tests.include.mk Tue Feb 10 13:45:16 -0800 2009 * Fixed missing path which prevented lib/heraul... [ksmith]
file vars.mk Thu Feb 26 10:40:58 -0800 2009 Fix do_subst to subst localtatedir [Samuel Tesla]
README
== Deprecated

This library has been deprecated. A new version of the Erlang library is in the
works for the 0.5 or 0.6 release. For those of you using this code, it's going
to remain in the 0.4 line of releases, but we don't recommend that people start
using it at this point.

== Quickstart

To build all of the erlang components just type:

  $ make

To install some default configuration (needed for the integration tests):

  $ make install-config

To build a single project (e.g. herault):

  $ make libs=herault

To launch an application (e.g. herault):

  $ bin/vertebractl herault start

To launch an application in debug mode (e.g. herault):

  $ bin/vertebractl herault live

== Installation

All you should have to do to install is:

  $ make && make install && make install-config