From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rick Frankel Subject: Re: Buffer local alias? Date: Thu, 16 Jan 2014 11:54:01 -0500 Message-ID: References: <87a9ey5p50.fsf@alphaville.bos.redhat.com> <87zjmyic0v.fsf@bzg.ath.cx> <87wqi2xmhh.fsf@med.uni-goettingen.de> <87txd59fug.fsf@Rainer.invalid> <87bnzdx9ko.fsf@med.uni-goettingen.de> <87mwiv5114.fsf@Rainer.invalid> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44433) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W3qCl-0004xO-I4 for emacs-orgmode@gnu.org; Thu, 16 Jan 2014 11:54:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W3qCf-0000Vz-HM for emacs-orgmode@gnu.org; Thu, 16 Jan 2014 11:54:07 -0500 Received: from mail.rickster.com ([204.62.15.78]:56849) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W3qCf-0000Vm-Dx for emacs-orgmode@gnu.org; Thu, 16 Jan 2014 11:54:01 -0500 In-Reply-To: <87mwiv5114.fsf@Rainer.invalid> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org On 2014-01-16 11:44, Achim Gratz wrote: > Andreas Leha writes: > Yes, I know. That's why I am sighing a bit: Both approaches need work > or are inconvenient in one way or the other. > > That trait of reproducibility is shared with security. You might want > to have alook at this: > > https://www.vagrantup.com/ > > (no direct experience yet). FWIW, I've just started using vagrant and virtualbox for creating a reproducible development environment for a ruby-on-rails class I am teaching. So far, it's great. Trying to get students to setup a rails dev environment, esp. on windows, is extremely difficult. With vagrant I have created a script which will build an ubuntu vm with everything needed (ruby, postgres, etc.) installed and configured. (Identical every time modulo 'apt-get upgrade'.). I then distribute THAT to the students (via vagrant), guaranteeing they are all working on identical virtual machines. rick