intellifactory / vagrant-fsharp

Vagrant Linux VM descriptor for F# hacking
9 stars 0 forks source link

vagrant-fsharp

Provides Vagrant VM descriptors for quickly obtaining virtual machines set up for F# development.

Code below assumes you have Vagrant set up.

Boxes

arch-linux

Latest x64 Arch Linux, Mono & MonoDevelop from Arch base distro, basic Xfce4 desktop, F# and F# MD binding compiled from GitHub.

Instructions:

cd ./arch-linux && vagrant up
vagrant ssh
startxfce4

Since we are building F# from source, the process can take a while.

ubuntu-trusty

Software Version
os Ubuntu Trusty x64
mono 3.4.1
monodevelop 4.2.3
f# 3.0 (official pkg)
f# plugin TODO

Instructions:

cd ubuntu-trusty
vagrant up
vagrant ssh
sudo startxfce4 # TODO: enable X for default user