This repository has been archived on 2023-11-20. You can view files and clone it, but cannot push or open issues or pull requests.
foam-extend4.1-coherent-io/vagrantSandbox
Bernhard Gschaider b96880ab6e FreeBSD and OpenSUSE-machines. Currently not working
--HG--
rename : vagrantSandbox/initCentOSRHELScript.sh => vagrantSandbox/initFreeBSDScript.sh
rename : vagrantSandbox/initCentOSRHELScript.sh => vagrantSandbox/initOpenSUSEScript.sh
2014-02-10 16:34:06 +01:00
..
ccache4vm First version of a vagrant box for testing OF in a clean environment 2013-09-04 14:49:25 +02:00
skel Fixes and a script to compile Foam in one go 2014-02-10 15:12:04 +01:00
initCentOSRHELScript.sh Fixes and a script to compile Foam in one go 2014-02-10 15:12:04 +01:00
initFreeBSDScript.sh FreeBSD and OpenSUSE-machines. Currently not working 2014-02-10 16:34:06 +01:00
initGeneralScript.sh Fixes to scripts: 2014-02-10 14:22:01 +01:00
initOpenSUSEScript.sh FreeBSD and OpenSUSE-machines. Currently not working 2014-02-10 16:34:06 +01:00
initUbunutuScript.sh Adapt vagrant files for foam-3 2013-12-30 17:08:32 +01:00
README FreeBSD and OpenSUSE-machines. Currently not working 2014-02-10 16:34:06 +01:00
Vagrantfile FreeBSD and OpenSUSE-machines. Currently not working 2014-02-10 16:34:06 +01:00

# -*- mode: org -*-
#+TITLE: Virtual machines for testing and Packaging
* Prerequisites
  These virtual machines require
  - VirtualBox :: for running from [[https://www.virtualbox.org]]
  - Vagrant :: to automatically set them up from [[http://www.vagrantup.com]]
* Starting
  A virtual machine is set up with
: vagrant up <machineName>
  will download a virtual machine image and set it up. It will then
  modify the image:
  - add packages required to compile OpenFOAM and package it
  - mount the directory of the sources
  - from this directory clone it to the local disc with mercurial or
    git (whatever the parent uses)
  One can then connect to the virtual machine with
: vagrant ssh <machinName>
  and will be in the =$HOME= directory of the user =vagrant= where in
  the directory =~/foam/foam-extend-3.0= the sources are
  available. Modifications can be pushed "outside" the virtual machine
  with
: hg push
  There is also a symbolic link =~/foam/foam-extend-3.0-parent=
  to the sources if you want to edit there directly. Use with care
  and don't compile in that directory unless you know what you're
  doing
* Virtual machines
  Currently existing virtual machines are
  - precise :: Latest LTS Ubuntu.
  - lucid :: Previous LTS Ubuntu. Currently problems
             with automatic setting up (something with the
             =postfix=-package)
  - maverick :: Tries to fix the problems with the
                =lucid=-machine. Not yet working
  - centos65 :: A CentOS 6.5 machine with preinstalled development
                tools
  - freebsd92 :: FreeBSD 9.2 32-bit machine. Untested
  - freebsd10 :: FreeBSD 10.0 32-big machine. Currently does not boot
                 properly
  - opensuse12 :: OpenSUSE 12.3 machine. Boots but is not provisioned
* Scripts
  In the home directory these scripts are found
  - bootstrapFoam.sh :: A script whose aim it is to compile Foam and
       the ThirdParty-packages in one go (no paraview and QT). If this
       works the box is considered operational