IT/오픈소스 썸네일형 리스트형 Ubuntu docker jenkins 설치방법 docker 설치가 안되있다면 https://itnhappy.tistory.com/294 Docker 설치 방법 설치 환경 : ubuntu 18.04, Aws ec2 sudo apt update sudo apt install apt-transport-https ca-certificates curl software-properties-common curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo.. itnhappy.tistory.com 1. sudo docker pull jenkins # 알아서 최신버전으로 받는다. 2. sudo docker images 로 받았는지 확인 3. sudo docker run -d -p 8080:8080 -v /j.. 더보기 Docker 설치 방법 설치 환경 : ubuntu 18.04, Aws ec2 sudo apt update sudo apt install apt-transport-https ca-certificates curl software-properties-common curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add - sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu bionic stable" sudo apt update apt-cache policy docker-ce sudo apt install docker-ce sudo systemctl status .. 더보기 생각, 관심있는 오픈소스 프로젝트 몇일동안.. 뭘할까 고민중이고 자료 조사 중이다. 음.. 생각해본 분야를 정리하면 다음과같다. 몇개 안되지만.. 1. Iot2. Python과 어떤 프로젝트(?) 3. Big Data.. 이건.. 아두이노나, 라즈베리 파이를 사야하고, 마땅히 활용할 방법도 잘 생각도 안나고, .그래서 생각한게 2,3번을 합친거.. Python과 빅데이터에서 사용하는 db 를 연동하면 어떨가 하는 생각이.. Python도 익힐겸 BigData관련 기능도 추가하고.. 그래서 많은 사람들이 사용하면 좋을것들.. 찾아봐야겟다. 더보기 개별적인 스터디를 위한 준비 단계 음... 몰 공부해야되는지 모르것다. 요즘 뜨고 있는(?) 빅데이터, IoT관련기술을 공부하려했지만... 어떠한 목적이 없이 진행하고, 내손에서 간단히 프로젝트를 만들자라고 한다는건 마치 학교에서 수업시간에 C 언어 배우고 주소록만들고 끝나는서 더이상 활용할 수 없는 프로젝트로 끝나는거라 생각된다. 그래서 이것 저것 찾아보니 오픈소스를 활용하라는거... 오픈소스에 대한 개념글이다. http://swchoi06.tistory.com/4 http://www.slideshare.net/realbeast/ss-29017589 이거 2개만 읽으면 오픈소스에 대한 개념은 쉽게 알수 있을듯. 일단 뭐 할수 있는지 알아보고자 했지만.. 맘에드는게 없다. 현재 찾은 자료는 요거. 국내 개발자 사이트, 국내 오픈소스 사이.. 더보기 이전 1 다음