An open API service indexing awesome lists of open source software.

https://github.com/kkrull/elixir-sandbox

A place to develop new ideas in Elixir
https://github.com/kkrull/elixir-sandbox

elixir sandbox

Last synced: 3 months ago
JSON representation

A place to develop new ideas in Elixir

Awesome Lists containing this project

README

        

# Elixir Sandbox

A place for trying out ideas in [Elixir][elixir-home].

## Installation

Compiled distributions exist for a number of operating systems.
Installation instructions for some common operating systems are repeated here. Instructions for a number of other operating systems are listed on the [Elixir Distributions][elixir-distributions] page.

### MacOS

* Homebrew: `brew install elixir`
* MacPorts: `sudo port install elixir`

### Ubuntu

Packages can be installed from the Erlang Solutions repository.

```bash
$ wget https://packages.erlang-solutions.com/erlang-solutions_1.0_all.deb && sudo dpkg -i erlang-solutions_1.0_all.deb
$ sudo apt-get update
$ sudo apt-get install esl-erlang
$ sudo apt-get install elixir
```

[elixir-home]: https://elixir-lang.org/
[elixir-distributions]: https://elixir-lang.org/install.html#distributions