Keybase proof
I hereby claim:
- I am yaxhpal on github.
- I am yashpalmeena (https://keybase.io/yashpalmeena) on keybase.
- I have a public key ASCRPcrN8Mi_yxj51i1xxjI89tUk3CjPE4lESGUV5JAD_go
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
#!/bin/bash | |
cd /tmp | |
# Download the Chef server Lastest RPM | |
sudo wget https://packages.chef.io/files/stable/chef-server/12.17.15/el/7/chef-server-core-12.17.15-1.el7.x86_64.rpm | |
# Install the chef server | |
sudo rpm -Uvh tmp/chef-server-core-12.17.15-1.el7.x86_64.rpm | |
# Configure - Run setup |