https://www.youtube.com/watch?v=wFglm4K3ues&list=PLqUDptHSupw6rqmF-SG9UCreaX7NvG6T9&index=1
이 동영상을 추천한다.
런덱의 url과 포트를 설정하는 config.properties가 영상처럼 같은 위치에 없을 수 있다.
그럴때는
sudo find / -name rundeck-config.properties
으로 검색해서 해당 파일을 찾아 사용하면 된다.
런덱을 실행시키면 저렇게 설정한 포트를 netstat으로 찾을 수 있다.
최초 아이디 비번은 둘다 admin이다. realm.properties 가서 주석처리하고 새로운 아이디와 비번을 만들면 된다.
아이디, 비번 바꾸기 & 아이디, 비번 추가
# realm.properties 파일 찾기
sudo find / -name realm.properties
# realm.properties 수정하기
vi /etc/rundeck/realm.properties
# admin 계정 패스워드 변경
아이디:비번,user,admin
# 또는
아이디:MD5:암호화된비번,user,admin
참고: https://blog.wonizz.tk/2019/07/23/rundeck-install-guide/
히히히 내 아이디 생겼다!!
'검색용 개발 블로그' 카테고리의 다른 글
Unable to locate credentials. You can configure credentials by running "aws configure" (0) | 2021.08.25 |
---|---|
redis Connection refused (Connection refused) (0) | 2021.08.25 |
크롤링 순서 정리 (0) | 2021.08.22 |
\u003C 가 뭐니? 뭘 뜻하는거야 (0) | 2021.08.16 |
즉시함수호출 IIFE (0) | 2021.08.15 |