목록Installation (31)
준호씨의 블로그
Windows 10 에는 telnet 프로그램이 기본 설치 되어 있지 않다. 만약 telnet 을 설치하고 싶으면 command 창을 띄우고 다음 명령어를 실행시키면 된다. pkgmgr /iu:"TelnetClient" 참고 https://technet.microsoft.com/ko-kr/library/cc771275(v=ws.10).aspx
일단 ansible 을 이용해서 왜 python-simplejson 을 설치 하는게 궁금할 수 있다. 사실 python-simplejson 을 설치해야 되는 경우는 리모트 서버가 python 2.4 버전을 사용하는 경우에만 해당된다. (참고로 python 2.5 이상은 python-simplejson 을 설치할 필요가 없고 2.4 미만은 ansible 을 사용할 수 없으니 높은 버전의 python 을 설치 하는 것이 좋다.) 리모트 서버가 python 2.4 를 사용하는 경우 python-simplejson 이 없다고 에러가 난다. 이런 경우 서버 마다 직접 들어가서 python-simplejson 을 설치해 줘야 할까? 이럴 때 사용 할 수 있는게 raw module 이다. 예를 들어 다음과 같은 방법..
ansible 을 사용하려면 python 이 필요하다. 배포 대상이 될 리모트 호스트들도 python 이 필요하다. 그리고 가급적이면 python 2.5 이상이 좋다. python 2.4 도 가능은 하지만 python-simplejson 을 별도로 설치 해 주어야 한다. 얼마전 오래된 서버를 대상으로 ansible 배포를 하려고 했는데 안되어서 보니 python 2.3 이 설치 되어 있었다. 그래서 python 부터 설치 해 주어야 했다. python 2.7 을 설치 했고 /usr/local/bin/python 에 설치 하였다. 그런데 여전히 에러가 났다. 찾아 보니 ansible_python_interpreter: /usr/local/bin/python 설정을 해 주는 방법이 있었다. group_var..
Windows버전은 tomcat download 페이지에 가 보면 Windows용이라고 표시 되어 있는 것을 볼 수 있습니다. 하지만 mac용은 따로 보이지 않습니다. 어렵지 않습니다. 그냥 tar.gz 파일을 받아서 압축을 풀어주면 됩니다. http://tomcat.apache.org/ Apache Tomcat® - Welcome! The Apache Tomcat® software is an open source implementation of the Java Servlet, JavaServer Pages, Java Expression Language and Java WebSocket technologies. The Java Servlet, JavaServer Pages, Java Expression ..
요즘 맥북에 뭔가 어플리케이션을 너무 많이 설치 하는 거 같기도 하지만... 일단 설치brew install postgresqlbrew install postgresql==> Downloading https://homebrew.bintray.com/bottles/postgresql-9.4.5.el_capitan.bottle.tar.gz######################################################################## 100.0%==> Pouring postgresql-9.4.5.el_capitan.bottle.tar.gz==> /usr/local/Cellar/postgresql/9.4.5/bin/initdb /usr/local/var/postgres==> C..