유저생성
- useradd nexus
- su - nexus
파일 다운로드 및 압축 해제
- wget https://download.sonatype.com/nexus/3/latest-unix.tar.gz
- tar -xvzf latest-unix.tar.gz
유저 설정
- vi /home/nexus/bin/nexus.rc
- run_as_user="nexus"
서비스 등록
- vi /etc/systemd/system/nexus.service
[Unit]
Description=Nexus Service
After=syslog.target network.target
[Service]
Type=forking
LimitNOFILE=65536
ExecStart=/home/nexus/nexus-3.32.0-03/bin/nexus start
ExecStop=/home/nexus/nexus-3.32.0-03/bin/nexus stop
User=nexus
Group=nexus
Restart=on-failure
[Install]
WantedBy=multi-user.target
초기 비밀번호 경로
- vi /home/nexus/sonatype-work/nexus3/admin.password
주의!
자바경로 1.8 사용해야함
vi /home/nexus/nexus-3.32.0-03/bin/nexus
INSTALL4J_JAVA_HOME_OVERRIDE
광고 : https://play.google.com/store/apps/details?id=com.ljo.blocktube
'서버설정 및 설치 > SERVER' 카테고리의 다른 글
Nginx를 사용한 무중단 배포 (0) | 2022.06.07 |
---|---|
Centos7 gitlab 설치 및 nginx 연동 (0) | 2021.09.24 |
centos nginx 설치 (0) | 2020.11.24 |
centos bitcoind 설치 (0) | 2020.03.27 |
Spring Boot - jar로 서비스 등록 (0) | 2020.03.27 |