Skip to content

cloudozer/ling

Folders and files

NameName
Last commit message
Last commit date

Latest commit

bc97a26 · Oct 12, 2015
Sep 11, 2015
Aug 31, 2015
Oct 12, 2015
Aug 18, 2015
Sep 14, 2015
Aug 14, 2015
Aug 10, 2015
Sep 10, 2015
Apr 25, 2015
May 2, 2014
Sep 10, 2015
Sep 1, 2015
Sep 28, 2015

Repository files navigation

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.