<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/haskell.git/Vagrantfile, branch wip/stringbuffer</title>
<subtitle>gitlab.haskell.org: ghc/ghc.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/haskell.git/'/>
<entry>
<title>vagrant: move files around</title>
<updated>2014-07-20T23:27:46+00:00</updated>
<author>
<name>Austin Seipp</name>
<email>austin@well-typed.com</email>
</author>
<published>2014-07-20T23:27:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/haskell.git/commit/?id=828e641e02a05896c53c005ef3c82db7f3797bb7'/>
<id>828e641e02a05896c53c005ef3c82db7f3797bb7</id>
<content type='text'>
Signed-off-by: Austin Seipp &lt;austin@well-typed.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Austin Seipp &lt;austin@well-typed.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a simplistic Vagrantfile with bootstrapping</title>
<updated>2014-03-23T00:39:43+00:00</updated>
<author>
<name>Austin Seipp</name>
<email>austin@well-typed.com</email>
</author>
<published>2014-03-22T20:21:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/haskell.git/commit/?id=ace7477690752d85defd71c083863f14db241350'/>
<id>ace7477690752d85defd71c083863f14db241350</id>
<content type='text'>
This adds a simple Vagrantfile to the root directory, which you can use
to easily spin up RHEL/Debian/Ubuntu virtual machine in seconds to test
GHC.

For example, from the root of the GHC tree, you can say:

    $ vagrant up ubuntu1204-amd64
    $ vagrant ssh ubuntu1204-amd64

This will give you access to a provisioned Ubuntu 12.04 virtual machine
with all the necessary GHC dependencies installed (modulo a few things).

Debian 7/CentOS 6.5/Ubuntu 12.04 only for now, in amd64/i386
configurations. In the future I plan to at least add FreeBSD and NixOS
boxes where possible.

Improvements are necessary of course. By default a box is given 4GB of
RAM and 2 cores, and resolves DNS entries by routing through the host
DNS configuration. Do not run 'vagrant up' unless you have lots of RAM
as it will spawn *every* virtual machine.

Hopefully, this should make it far easier for contributors to get
started eventually.

Signed-off-by: Austin Seipp &lt;austin@well-typed.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This adds a simple Vagrantfile to the root directory, which you can use
to easily spin up RHEL/Debian/Ubuntu virtual machine in seconds to test
GHC.

For example, from the root of the GHC tree, you can say:

    $ vagrant up ubuntu1204-amd64
    $ vagrant ssh ubuntu1204-amd64

This will give you access to a provisioned Ubuntu 12.04 virtual machine
with all the necessary GHC dependencies installed (modulo a few things).

Debian 7/CentOS 6.5/Ubuntu 12.04 only for now, in amd64/i386
configurations. In the future I plan to at least add FreeBSD and NixOS
boxes where possible.

Improvements are necessary of course. By default a box is given 4GB of
RAM and 2 cores, and resolves DNS entries by routing through the host
DNS configuration. Do not run 'vagrant up' unless you have lots of RAM
as it will spawn *every* virtual machine.

Hopefully, this should make it far easier for contributors to get
started eventually.

Signed-off-by: Austin Seipp &lt;austin@well-typed.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
