This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Samuel Tesla (author)
Thu Apr 02 21:15:30 -0700 2009
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Thu Feb 26 03:28:47 -0800 2009 | |
| |
LICENSE | Tue Dec 09 10:36:43 -0800 2008 | |
| |
Makefile.am | Thu Feb 26 10:56:43 -0800 2009 | |
| |
README | ||
| |
bin/ | Tue Dec 16 16:13:03 -0800 2008 | |
| |
conf/ | Thu Feb 26 12:18:05 -0800 2009 | |
| |
configure.ac | Fri Mar 20 13:54:57 -0700 2009 | |
| |
lib/ | ||
| |
src.include.mk | Mon Dec 22 14:55:09 -0800 2008 | |
| |
src/ | Thu Feb 26 10:28:08 -0800 2009 | |
| |
tests.include.mk | Tue Feb 10 13:45:16 -0800 2009 | |
| |
vars.mk | Thu Feb 26 10:40:58 -0800 2009 |
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








