1. Plex 다운로드
https://www.plex.tv/media-server-downloads/#plex-media-server
Media Server Downloads | Plex Media Server for Windows, Mac, Linux, FreeBSD and More
Click here to Download the Plex media server for Windows, Mac, Linux FreeBSD and more free today.
www.plex.tv
위의 사이트에서 os에 맞는 plex를 선택한다
오른쪽을 클릭하여 "링크 주소 복사"를 클릭한다.(그림에 32bit로 선택된걸로 나오는데 64bit로 다운 받았음)
해당 주소를 붙여넣기하여 다운받는다.
[genius@localhost ~]$ sudo curl -O https://downloads.plex.tv/plex-media-server-new/1.18.2.2058-e67a4e892/redhat/plexmediaserver-1.18.2.2058-e67a4e892.x86_64.rpm
[sudo] genius의 암호:
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 119M 100 119M 0 0 10.6M 0 0:00:11 0:00:11 --:--:-- 10.8M
[genius@localhost ~]$ ll
합계 122088
-rw-r--r--. 1 root root 125014342 12월 2 23:34 plexmediaserver-1.18.2.2058-e67a4e892.x86_64.rpm
[genius@localhost ~]$
2. Plex 설치한다.
sudo yum update
[genius@localhost ~]$ sudo yum install plexmediaserver*.rpm
3. 서비스 등록 및 실행
[genius@localhost ~]$ sudo service plexmediaserver start
Redirecting to /bin/systemctl start plexmediaserver.service
[genius@localhost ~]$ sudo systemctl enable plexmediaserver
4. 방화벽 개방
[genius@localhost ~]$ sudo firewall-cmd --add-port=32400/tcp --permanent
success
[genius@localhost ~]$ sudo firewall-cmd --reload
success
5. http://ip:32400/web 으로 접속하여 적당히 로그인하자
도메인(또는 ip)를 입력하고 다음
나머지는 그냥 쉽게 따라하면 됩니다.
끝.
'Binary' 카테고리의 다른 글
Centos 7.x에서 service 등록 (0) | 2020.11.18 |
---|---|
Seafile Community 버전을 Seafile Pro 버전으로 up! up! upgrade! (0) | 2019.12.02 |
CentOS 7 seafile 설치 (0) | 2019.12.01 |
Centos 7 transmission 설치 (0) | 2019.11.28 |
Centos 7 samba 설치 (0) | 2019.11.28 |