Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 1.15 KB

README.markdown

File metadata and controls

34 lines (21 loc) · 1.15 KB

Build Status hex.pm version

LICENSE

MIT License

ABOUT

cloudi_core provides only the internal service support from the main CloudI repository. For Erlang or Elixir development, this can help provide a limited set of dependencies. If you want external service support also, but with CloudI as a rebar dependency, refer to the hello_world_embedded local installation example. Otherwise, just use the main repository for external service support.

BUILDING

rebar get-deps
rebar compile

EXAMPLE

$ erl -pz deps/*/ebin -pz ebin

1> reltool_util:application_start(cloudi_core, [{configuration, "cloudi.conf"}]).

CONTACT

Michael Truog (mjtruog at protonmail dot com)