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
- Host: GitHub
- URL: https://github.com/kkrull/elixir-sandbox
- Owner: kkrull
- License: mit
- Created: 2018-07-09T15:44:19.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-05-24T16:33:27.000Z (about 1 year ago)
- Last Synced: 2025-01-14T09:56:12.245Z (5 months ago)
- Topics: elixir, sandbox
- Language: Elixir
- Homepage:
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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