cloudozer / ling

Erlang on Xen

Home Page:http://erlangonxen.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LING

Build Status Gitter

Wikipedia: -ling, an English diminutive suffix

Erlang on Xen

Quick Start

The easy way is to use pre-built railing utility:

  1. Grab a binary named railing-<version> from releases.

  2. Rename the binary to railing and move it to your Erlang project directory.

  3. Create the image and the domain configuration file:

     ./railing image
    
  4. Boot the Xen domain and get the familiar Erlang shell:

     xl create -c domain_config
    

How to build/hack LING?

See HACKING.md.

Using railing

Run railing without options to get help.

To generate the image and the domain configuration file use the image subcommand:

./railing image

This instructs railing to scan all subdirectories for *.beam files. All files found are embedded into the Xen image and become accessible during runtime. Certain subdirectories can be excluded from the search using -x option.

About

Erlang on Xen

http://erlangonxen.org/

License:Other


Languages

Language:C 71.5%Language:Erlang 14.6%Language:Assembly 4.3%Language:HTML 3.8%Language:Groff 3.3%Language:C++ 1.5%Language:Pascal 0.2%Language:Shell 0.2%Language:CMake 0.2%Language:Makefile 0.2%Language:Perl 0.1%Language:Objective-C 0.0%Language:Batchfile 0.0%