Chef server 11 packages

Folks,

I tried url for retrieving chef server 11 binary packages found on this
page: http://wiki.opscode.com/display/chef/Chef+11+Server+Preview. But I
get 404:

kirill.timofeev@chef11:~$ wget --content-disposition
"http://www.opscode.com/chef/download-server?p=ubuntu&pv=12.04&m=x64_86&v=latest&prerelease=true&nightlies=true"
–2013-01-28 13:34:02–
http://www.opscode.com/chef/download-server?p=ubuntu&pv=12.04&m=x64_86&v=latest&prerelease=true&nightlies=true
Resolving www.opscode.com (www.opscode.com)… 184.106.28.83
Connecting to www.opscode.com (www.opscode.com)|184.106.28.83|:80…
connected.
HTTP request sent, awaiting response… 404 Not Found
2013-01-28 13:34:03 ERROR 404: Not Found.

Please let me know how I should download latest chef server packages.

Thanks,
Kirill.

On Mon, Jan 28, 2013 at 4:35 PM, Kirill Timofeev kvt@hulu.com wrote:

"http://www.opscode.com/chef/download-server?p=ubuntu&pv=12.04&m=x64_86&v=latest&prerelease=true&nightlies=true"

The architecture for x86_64 was transposed. I've fixed it on the wiki.
Use this URL:

wget "http://www.opscode.com/chef/download-server?p=ubuntu&pv=12.04&m=x86_64&v=latest&prerelease=true&nightlies=true"
-O chef-server_11.deb

Bryan

That worked, thanks a lot!

On 01/28/2013 01:52 PM, Bryan McLellan wrote:

On Mon, Jan 28, 2013 at 4:35 PM, Kirill Timofeev kvt@hulu.com wrote:

"http://www.opscode.com/chef/download-server?p=ubuntu&pv=12.04&m=x64_86&v=latest&prerelease=true&nightlies=true"
The architecture for x86_64 was transposed. I've fixed it on the wiki.
Use this URL:

wget "http://www.opscode.com/chef/download-server?p=ubuntu&pv=12.04&m=x86_64&v=latest&prerelease=true&nightlies=true"
-O chef-server_11.deb

Bryan