项目作者: P3trur0

项目描述 :
Vagrant template for Idris
高级语言: Shell
项目地址: git://github.com/P3trur0/vagrant-idris.git
创建时间: 2018-07-20T12:01:51Z
项目社区:https://github.com/P3trur0/vagrant-idris

开源协议:Apache License 2.0

下载


Vagrant template for Idris machine

Purpose

Minimal Vagrant VM config for Idris development.

It loads a Virtualbox VM of Ubuntu 16.04 LTS and provisions with the following software:

  • ghc
  • cabal
  • idris

Also, as utility, it provisions a shell with liquidprompt.

Usage

Clone this repo in whatever directory you prefer, and from that directory:

  1. # Provisions the VM
  2. vagrant up
  3. # SSH into the VM
  4. vagrant ssh

Once you’ve done with your activities you can:

  1. # Shut the VM down
  2. vagrant halt
  3. # Remove the VM completely.
  4. vagrant destroy

Compatibility

This VM has been tested using Vagrant 2.0.0 and Virtualbox 5.1.28 r117968 from a Windows 10 host.

Please let me know if it works for you on other platforms!

Credits

In scaffolding this VM I took inspiration from vagrant-haskell-minimal by jship. It is available here.

Disclaimer

This repo is a quick and dirty configuration, please fill free to improve it according to your needs.