1

Where can i get chef-server version for ubuntu 12.04, 32 bit. this link provided does not have it for 32 bit os, http://www.opscode.com/chef/install/ plz help

jagdish
  • 83

2 Answers2

1

To download the 32Bit file.

To install Chef version 11.4.4-2 32bit on Ubuntu 12.04, you need to run the omnibus installer

Before completing the steps described by the omnibus installer, make sure that you install curl:

sudo apt-get install curl
curl -L http://www.opscode.com/chef/install.sh | sudo bash

For complete instructions see the Omnibus Installer

Another way of installing chef: Take a look at Simple Steps to Install Chef on Ubuntu 12.04

Source: Opscode

Mitch
  • 109,937
  • I am getting following log

    root@jagdish:/usr/local/bin# curl -L http://www.opscode.com/chef/install.sh | sudo bash
    % Total % Received % Xferd Average Speed Time Time Time Current

                                 Dload  Upload   Total   Spent    Left  Speed

    100 825 100 825 0 0 2378 0 --:--:-- --:--:--

    --:--:-- 5188 bash: line 1: syntax error near unexpected token <' bash: line 1:

    '
    – jagdish May 29 '13 at 10:44
  • I just tried the same command, and it worked. Is your Internet connection OK? – Mitch May 29 '13 at 10:47
  • yes, i tried with same, after posting comment that is hidden and shown as link – jagdish May 29 '13 at 10:50
  • So did it work? – Mitch May 29 '13 at 10:50
  • no it didn't, i am behind proxy, what change should there be in command? – jagdish May 29 '13 at 10:51
  • Take a look at This, and also the manpage for curl. Look at the -x/--proxy option. – Mitch May 29 '13 at 11:04
  • its showing like its downloading, but its stuck for long time, "downloading chef for ubuntu" do i need to download from there?? what about the link you gave me earlier then, i have downloaded that. – jagdish May 29 '13 at 11:16
  • Look at the info I added in my answer. – Mitch May 29 '13 at 11:19
  • The question is related to how to install Chef Server, not Chef. The instructions in the answer are only to install Chef, not Chef Server. – Ian D. Rossi Dec 17 '13 at 22:40
  • @IanD.Rossi The OP did say that the 32bit version of the server is needed, but according to Chef only a 64bit version is available. To download that, and for instructions, just click here. Thanks :) – Mitch Dec 18 '13 at 06:02
1

There is no support for chef-server on i386 machine.

There has been a documentation bug in Opscode,which has been corrected recently.
[reference]( https://github.com/opscode/chef-docs/commit/fd16e4f5e2d950dc31c75ea53acf417df61a9d90)

totti
  • 6,918