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
Asked
Active
Viewed 2,169 times
2 Answers
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,787
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,908
- 4
- 40
- 48