The error message "No online devices found" indicates that the Android Debug Bridge (ADB) is unable to detect any connected or running devices or emulators. Here are some steps you can take to resolve this issue: Verify USB Connection: If you are using a physical Android device, ensure that it is properly connected to your computer via a USB cable. Check if the device is recognized by your opera..

2022.11.28 - [개발/aws] - [TeamCity] docker를 이용하여 TeamCity Agent 설치하기 [TeamCity] docker를 이용하여 TeamCity Agent 설치하기 2022.11.25 - [개발/aws] - [TeamCity] docker를 이용하여 TeamCity Server 설치하기 [TeamCity] docker를 이용하여 TeamCity Server 설치하기 Jetbrains의 TeamCity TeamCity: the Hassle-Free CI/CD Tool by JetBrains Try TeamCity - the powerful Co ddoddoing.tistory.com Project 생성하기 TeamCity는 사이트에 강력한 CI/CD 툴이라고 설명되어있는..

2022.11.25 - [개발/aws] - [TeamCity] docker를 이용하여 TeamCity Server 설치하기 [TeamCity] docker를 이용하여 TeamCity Server 설치하기 Jetbrains의 TeamCity TeamCity: the Hassle-Free CI/CD Tool by JetBrains Try TeamCity - the powerful Continuous Integration and Deployment tool for Developers and DevOps Engineers. www.jetbrains.com docker를 이용한 image 다운로드 jetbrains 사이트 ddoddoing.tistory.com TeamCity Agent 설치하기 1. Agents..

Jetbrains의 TeamCity TeamCity: the Hassle-Free CI/CD Tool by JetBrains Try TeamCity - the powerful Continuous Integration and Deployment tool for Developers and DevOps Engineers. www.jetbrains.com docker를 이용한 image 다운로드 jetbrains 사이트에서 안내해준 명령어를 이용하여 docker image를 다운받습니다. TeamCity First Start Please review the settings below before proceeding with the first TeamCity start. TeamCity server stores ..

asw 가이드 참고.. https://docs.aws.amazon.com/ko_kr/corretto/latest/corretto-11-ug/amazon-linux-install.html Amazon Corretto 11 설치 지침 - Amazon Corretto 이 페이지에 작업이 필요하다는 점을 알려 주셔서 감사합니다. 실망시켜 드려 죄송합니다. 잠깐 시간을 내어 설명서를 향상시킬 수 있는 방법에 대해 말씀해 주십시오. docs.aws.amazon.com java -version으로 기존설치 버전 확인 sudo yum install java-11-amazon-corretto-headless 설치 후 sudo alternatives --config java 으로 설치된 자바 선택한다.

이전 설치 과정은 아래 포스팅을 참고하시기 바랍니다. [aws] ec2에 스프링부트 및 jenkins 설치 1. aws ec2 인스턴스 생성 - 보안그룹은 나중에 설정할예정으로 패스. - 키페어는 신규로 생성하였음. 2. puttygen을 이용한 ppk키 생성 Load 를 누르고 ec2 인스턴스 생성시 만든 키(.pem)파일을 선택하면 ddoddoing.tistory.com 1. 추가 플러그인 설치하기. jenkins관리 > 플러그인 관리 - Maven integration, Publish Over SSH, Github Integration 체크 후 설치한다. 2. 포트 변경 - 해당 ec2에 스프링부트와 jenkins 같이 띄울예정임. jenkins가 8080포트를 사용하고 있기 때문에 변경처리 함. ..

1. aws ec2 인스턴스 생성 - 보안그룹은 나중에 설정할예정으로 패스. - 키페어는 신규로 생성하였음. 2. puttygen을 이용한 ppk키 생성 Load 를 누르고 ec2 인스턴스 생성시 만든 키(.pem)파일을 선택하면 아래와 같은 팝업이 뜸. 확인을 누른 후 save private key를 눌러서 ppk파일을 생성한다. 파일명은 상관없음. 2. 탄력적 ip 할당(고정ip) 3. 탄력적 ip 인스턴스에 연결 4. putty 연결 5. 자바설치 - sudo yum update -y - java -version (버전확인) - yum list java*jdk - sudo yum install -y java-1.8.0-openjdk.x86_64 6. jenkins 설치 - sudo wget -O /..