GFD Dennou Club / Dennou Ruby / Products

NumRu Installer -- the auto install script of Dennou Ruby products

Last modified: <2007-04-27 06:08:01 koshiro>

This is a Ruby script for auto-installation of Dennou Ruby products. With this installer, you can install Dennou Ruby products much more easily than install manually. Now all packages of Dennou Ruby products related GAVE can be installed. (Ruby-SSL2 and Ruby/Msise90 are not supported.)

*** This software is not maintained now! ***

Download

numru-install.rb (Ver. 3.4.7)

Required environment

Ruby 1.6.7 or later, which includes URI module as a standard library, is required.

This installer should work on any UNIX OS(Linux, FreeBSD, Solaris, Cygwin on Windows, etc.), but GNU gzip and GNU patch are required.

We have already checked that this installer works correctly on the following environment:

How to use

Type the following command:

$ ruby numru-install.rb

And answer several quiestions.

If your Internet connection is via a firewall or proxy, you must set the environment variable "http_proxy" with the following syntax:

(sh, bash) $ export http_proxy=http://your.proxy.server:8080/

(csh, tcsh) % setenv http_proxy http://your.proxy.server:8080/

And if your have to use passive mode when you connect FTP server through the firewall, you must set the environment variable "FTP_PASSIVE_MODE":

(sh, bash) $ export FTP_PASSIVE_MODE=YES

(csh, tcsh) % setenv FTP_PASSIVE_MODE YES

After installation, make a point of checking your environment variable "PATH" and "RUBYLIB".

Related information

Patches for Cygwin

For some products, installation is failed on Cygwin environment. NumRu Installer "numru-install.rb" uses patches to solve this problem:

Change log

Feb 13, 2006 (3.4.7)
Feb 8, 2006 (3.4.6)
Jun 27, 2005 (3.4.5)
May 24, 2005 (3.4.4)
Mar 17, 2005 (3.4.3)
Mar 3, 2005 (3.4.2)
Mar 3, 2005 (3.4.1)
Mar 3, 2005 (3.4.0)
Mar 1, 2005 (3.3.3)
Jan 15, 2005 (3.3.2)
Jan 6, 2005 (3.3.1)
Dec 22, 2004 (3.3.0)
Aug 12, 2004 (3.2.1)
Aug 12, 2004 (3.2.0)
Aug 11, 2004 (3.1.0)
Jul 15, 2004 (3.0.0)
Dec 18, 2003 (2.0.1)
Dec 10, 2003 (2.0.0)
Jun 27, 2003 (1.0.0)


Copyright (C) 2003-2006 GFD Dennou Club. All rights reserved.