Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 515 Bytes

README.md

File metadata and controls

33 lines (26 loc) · 515 Bytes

NervesWeston

Launch Weston on Nerves

Usage

config_file = Application.app_dir(:your_app, "priv/weston.ini")

{NervesWeston,
 tty: 1,
 xdg_runtime_dir: "/tmp/nerves_weston",
 cli_args: [
   # see weston --help
   "--config=/data/weston.ini"
 ],
 daemon_opts: [
   # options passed to MuonTrap.Daemon
 ],
 name: :weston}

Installation

Include nerves_weston in your dependencies referencing github:

def deps do
  [
    {:nerves_weston, github: "coop/nerves_weston"}
  ]
end