Skip to content

Instantly share code, notes, and snippets.

@LeoHeo
Created September 22, 2016 05:27
Show Gist options
  • Save LeoHeo/a1eabe0a0fb7004353f14d89f5cdbf6b to your computer and use it in GitHub Desktop.
Save LeoHeo/a1eabe0a0fb7004353f14d89f5cdbf6b to your computer and use it in GitHub Desktop.

많은 개발자들이 서버세팅을 수동으로 합니다. 매번 똑같은 일을 소모적으로 하게되는거죠. 개발 서버 세팅시 익혀두면 유용한 습관은?

보안을 위해 신경쓴다.

프로비져닝 툴( ensile, chef, salt, purpet, fabric) 를 익혀둔다.

Docker 학습

마지막으로 되도록이면 하지 말아야 할것들

  • db포트를 인터넷에 개방
  • 서버 계정 패스워드를 간단하게 한다.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment