Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adam12/exrm_smartos_gz
ExRM Plugin for Smartos global zone Releases
https://github.com/adam12/exrm_smartos_gz
Last synced: about 1 month ago
JSON representation
ExRM Plugin for Smartos global zone Releases
- Host: GitHub
- URL: https://github.com/adam12/exrm_smartos_gz
- Owner: adam12
- Created: 2016-04-03T21:30:25.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-04-05T03:33:47.000Z (almost 9 years ago)
- Last Synced: 2024-11-30T13:35:58.363Z (about 1 month ago)
- Language: Elixir
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ExRM Plugin for Smartos global zone Releases
Trying to release an Elixir application for a SmartOS global zone but getting errors about
ncurses? This will cure what ails you.## Installation
To use with exrm, simply add this project as a dependency:
def deps do
[{:exrm_smartos_gz, "~> 1.0.0", only: :dev}]
end