Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- Python
- Kubernetes
- audit
- Elasticsearch
- RHEL
- bash
- 디렉토리
- PostgreSQL
- yum
- syslog
- GPU
- GNOME
- 파이썬
- Elk
- Linux
- 서울시민카드
- JSON
- centos 7.5
- C
- log
- zabbix
- 빅데이터
- docker
- Chrome
- 크롬
- Audit Log
- K8S
- CentOS
- Shell
- rsyslog
Archives
- Today
- Total
Sysops Notepad
[Linux] Streamlit 설치 본문
728x90
설치환경 :
- Centos 7
- Centos 8
* python 3 이 설치되어있어야 합니다. python 3 설치 방법 : https://sysops.tistory.com/192
1. 설치방법
# pip3 install streamlit
# firewall-cmd --permanent --add-port 8501/tcp
# firewall-cmd --reload
# tmux new -s StreamlitSession
# streamlit run main.py
2. http://server_ipaddress:8501 접속
728x90
'업무 > etc' 카테고리의 다른 글
[Linux] git 설치 (0) | 2021.11.15 |
---|---|
[Linux] Centos python 3.9.x 버전 설치 (0) | 2021.11.15 |
[Linux] PostgreSQL 13 설치 (0) | 2021.11.15 |
[Linux] 서버 호스트명(hostname) 확인 및 변경 (0) | 2021.11.15 |
nginx response 못 받고 끊어질때 조치 방법 (0) | 2021.11.09 |
Comments