From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Original-To: caml-list@sympa.inria.fr Delivered-To: caml-list@sympa.inria.fr Received: from mail1-relais-roc.national.inria.fr (mail1-relais-roc.national.inria.fr [192.134.164.82]) by sympa.inria.fr (Postfix) with ESMTPS id 4140C7ED33 for ; Tue, 19 Jun 2012 23:05:07 +0200 (CEST) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AvwEAEHo4E+uedqy/2dsb2JhbABFtWyBB4JZPxuBI4geC7lUiy+FOWADiEONdIRCiimDAA X-IronPort-AV: E=Sophos;i="4.75,800,1330902000"; d="scan'208";a="163613556" Received: from pse.psellos.com ([174.121.218.178]) by mail1-smtp-roc.national.inria.fr with ESMTP/TLS/DHE-RSA-AES256-SHA; 19 Jun 2012 23:05:06 +0200 Received: from [192.168.0.23] (71-212-58-41.tukw.qwest.net [71.212.58.41]) (authenticated bits=0) by pse.psellos.com (8.13.8/8.13.8) with ESMTP id q5JL4vuT013460 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO); Tue, 19 Jun 2012 16:05:03 -0500 Content-Transfer-Encoding: 7bit From: Jeffrey Scofield Content-Type: text/plain; charset=us-ascii Message-Id: <06DE88DB-22D9-466A-A941-F96AE578D3C3@psellos.com> Date: Tue, 19 Jun 2012 14:04:57 -0700 Cc: Jeffrey Scofield To: Caml List Mime-Version: 1.0 (Apple Message framework v1280) X-Mailer: Apple Mail (2.1280) X-Validation-by: jeffsco@psellos.com Subject: [Caml-list] Re: OCaml on Amazon EC2 Instance Greetings OCaml list, Thanks very much for the suggestions for getting OCaml installed on Amazon EC2. I'm going to save them for future use. We just wanted to do some fairly quick testing, so I was looking for something simple. Since Amazon Linux is compatible with CentOS 6, what I ended up doing is installing the CentOS 6.2 OCaml package on my EC2 instance. I wrote up a description of how to do it here: http://psellos.com/2012/06/2012.06.ocaml-amazon-ec2.html We've run our first round of tests, and it all seems to be working. Maybe this will be useful to other OCamlers. Regards, Jeffrey