aker-gateway / Aker

SSH bastion/jump host/jumpserver
Other
567 stars 81 forks source link

Still some small errors in readme.md #39

Closed Ramshield closed 7 years ago

Ramshield commented 7 years ago

Hi @anazmy. Just deployed a new Aker server.

In the readme it says to install redis via yum. But you do this via the pip command? So scrap that I think? Also, it didn't want to install Paramiko, I was still missing python-devel, libevent-devel, error: command 'gcc' failed with exit status 1. After installing that it installed Paramiko.

Also, pip doesn't come by default with CentOS 7 minimal, I used curl "https://bootstrap.pypa.io/get-pip.py" -o "get-pip.py" and then python get-pip.py!

anazmy commented 7 years ago

Let me test on a vanilla centos-7 install and see if anything missed , thanks a lot for your feedback !

anazmy commented 7 years ago

thanks @Ramshield I modified the readme now , closing this issue