https://github.com/quantamhd/centos-7-elixir-installer
A bash installer for elixir on Centos 7
https://github.com/quantamhd/centos-7-elixir-installer
centos7 elixir elixir-lang installer
Last synced: about 1 month ago
JSON representation
A bash installer for elixir on Centos 7
- Host: GitHub
- URL: https://github.com/quantamhd/centos-7-elixir-installer
- Owner: QuantamHD
- License: mit
- Created: 2018-07-11T21:53:12.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-12T17:45:04.000Z (almost 8 years ago)
- Last Synced: 2025-01-30T05:13:17.477Z (over 1 year ago)
- Topics: centos7, elixir, elixir-lang, installer
- Language: Shell
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Centos7 Elixir Installer
This repo contains a script to install elixir 1.6.6 on a brand new centos 7 machine.
To use said script all you need to do is run the following script in sudo mode.
```
$ chmod +x install-elixir.sh
$ sudo ./install-elixir.sh
$ source .bashrc
```