You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@couchdb.apache.org by Dimitry Golubovsky <go...@gmail.com> on 2008/02/25 16:17:05 UTC

Minimal Erlang installation for CouchDB?

Hi,

What parts of Erlang runtime and libraries (assuming R12-B0) are
necessary to be installed in order to run CouchDB?

I am building a live CD (Linux based) which includes CouchDB among
other things. I am trying to keep its size below 150M if possible.
However R12-B0 install takes more than 80M disk space; I doubt that
all this is needed for CouchDB.

PS Khazret's live CD does not seem good to me as it is >200M
compressed ISO already.

Thanks.

-- 
Dimitry Golubovsky

Anywhere on the Web

Re: Minimal Erlang installation for CouchDB?

Posted by Dimitry Golubovsky <go...@gmail.com>.
Yes, surely no X ;)

Somebody already advised me that I just have to create a file named
SKIP in every Erlang subdir I want to be not built.

Thanks.

On Mon, Feb 25, 2008 at 7:55 PM, Noah Slater <ns...@bytesexual.org> wrote:
> > kernel, sasl, and stdlib form the Erlang OTP distribution.
>
>  Specifically, no X.
>
>  --
>  Noah Slater <http://bytesexual.org/>
>



-- 
Dimitry Golubovsky

Anywhere on the Web

Re: Minimal Erlang installation for CouchDB?

Posted by Noah Slater <ns...@bytesexual.org>.
> kernel, sasl, and stdlib form the Erlang OTP distribution.

Specifically, no X.

--
Noah Slater <http://bytesexual.org/>

Re: Minimal Erlang installation for CouchDB?

Posted by Jan Lehnardt <ja...@googlemail.com>.
On Feb 25, 2008, at 16:17, Dimitry Golubovsky wrote:
> What parts of Erlang runtime and libraries (assuming R12-B0) are
> necessary to be installed in order to run CouchDB?

That should be:
kernel, sasl, and stdlib form the Erlang OTP distribution.

Cheers
Jan
--