brew install minio
vim /usr/local/etc/minio/config.json
{
"version": "20",
# to generate your dhparam.pem file, run in the terminal | |
openssl dhparam -out /etc/nginx/ssl/dhparam.pem 2048 |
adduser deploy
ssh-copy-id -i ~/.ssh/deploy.pub [email protected]
aptitude install git