I am trying to install chef server on AWS EC2 instance using CLI.
Trying to use “wget” and the link " https://packagecloud.io/chef/stable/packages/el/6/chef-server-core-12.0.1-1.x86_64.rpm/download" it downloads the package into “download” which can’t be accessed.
When I am trying to do it using “rpm” command by removing the “/download” in the end it says “not an rpm package”
I wonder is there any problem in the rpm package or am I doing it wrong ?