삼성 갤럭이S6 엣지 플러스 Linux Deploy Ubuntu : Flexget 설치
참고 사이트 : http://archmond.net/?p=6589
root@localhost:~# apt-get install python
...
생략...
...
Do you want to continue? [Y/n] y
생략...
...
root@localhost:~# apt-get install python-pip
...
생략...
...
Do you want to continue? [Y/n] y
...
생략...
...
root@localhost:~# pip install flexget
Collecting flexget
Downloading FlexGet-2.10.65-py2.py3-none-any.whl (2.9MB)
100% |████████████████████████████████| 2.9MB 115kB/s
Collecting future==0.16.0 (from flexget)
Downloading future-0.16.0.tar.gz (824kB)
100% |████████████████████████████████| 829kB 403kB/s
Collecting zxcvbn-python==4.4.14 (from flexget)
Downloading zxcvbn-python-4.4.14.tar.gz (405kB)
100% |████████████████████████████████| 409kB 855kB/s
Collecting flask-login==0.4.0 (from flexget)
Downloading Flask_Login-0.4.0-py2.py3-none-any.whl
Collecting pytz==2017.2 (from flexget)
Downloading pytz-2017.2-py2.py3-none-any.whl (484kB)
100% |████████████████████████████████| 491kB 853kB/s
...
생략...
...
root@localhost:~/.flexget# flexget check
root@localhost:~/.flexget# flexget web passwd '비밀번호'
root@localhost:~/.flexget# flexget daemon start -d --autoreload-config
2017-06-25 14:36 INFO manager Daemonizing...
2017-06-25 14:36 INFO manager Daemonize complete. New PID: 21780
root@localhost:~/.flexget# flexget daemon status
There is a FlexGet process already running for this config, sending execution there.
2017-06-25 14:37 INFO manager Daemon running. (PID: 21780)
'Devices > Samsung Galaxy S6 Edge+' 카테고리의 다른 글
[SM-G928L] Linux Deploy Ubuntu : Tomcat 설치 (0) | 2017.06.25 |
---|---|
[SM-G928L] Linux Deploy Ubuntu : Tvheadend 설치 (0) | 2017.06.25 |
[SM-G928L] Linux Deploy Ubuntu : Java 설치 (0) | 2017.06.24 |
[SM-G928L] Linux Deploy Ubuntu : Transmission 설치 (0) | 2017.06.24 |
[SM-G928L] Linux Deploy : Ubuntu-armhf 설치 (0) | 2017.06.22 |