본문으로 건너뛰기

패키지 관리자

Python/Ansible/Systemd 환경을 설정하는 방법은 수동 설치를 참조하십시오!

릴리스 페이지에서 패키지 파일을 다운로드합니다.

Debian과 Ubuntu는 *.deb, CentOS와 RedHat은 *.rpm을 사용합니다.

패키지 관리자에 따른 설치 명령은 다음과 같습니다.

wget https://github.com/semaphoreui/semaphore/releases/\
download/v2.17.15/semaphore_2.17.15_linux_amd64.deb

sudo dpkg -i semaphore_2.17.15_linux_amd64.deb

다음 명령으로 Semaphore를 설정합니다.

semaphore setup

이제 Semaphore를 실행할 수 있습니다.

semaphore server --config=./config.json

Semaphore는 다음 URL에서 접속할 수 있습니다: https://localhost:3000.