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 | 31 |
Tags
- Kubernetes
- PostgreSQL
- Linux
- log
- GNOME
- docker
- Chrome
- Elk
- centos 7.5
- JSON
- Elasticsearch
- bash
- C
- GPU
- 파이썬
- 디렉토리
- yum
- Python
- 서울시민카드
- zabbix
- audit
- rsyslog
- Shell
- Audit Log
- 크롬
- K8S
- RHEL
- 빅데이터
- syslog
- CentOS
Archives
- Today
- Total
Sysops Notepad
[Linux] 자산 관리 오픈소스 Snipe-IT 설치하기 본문
728x90
설치환경 :
- Centos 7
- git
- nginx
- php
- mairadb
# git clone --depth=1 https://github.com/snipe/snipe-it /var/www/snipeit
# cd /var/www/snipeit
# cp .env.example .env
# vi .env
APP_URL=https://snipeit.example.com
DB_DATABASE=snipeit
DB_USERNAME=snipeit
DB_PASSWORD=snipeit
# nginx backend 설정
# systemctl restart nginx.service
상세 설정 방법 : https://www.vultr.com/docs/how-to-install-snipe-it-on-centos-7
728x90
'업무 > sys' 카테고리의 다른 글
error while loading shared libraries: libssl.so.10 에러 발생시 조치방법 (0) | 2022.04.12 |
---|---|
[LINUX] /tmp 과 /var/tmp 차이점 (0) | 2022.04.12 |
[Linux] MongoDB 4.x 설치 (0) | 2021.11.15 |
[Linux] CentOS SELinux 비활성화 (0) | 2021.11.15 |
[LINUX] disk io 상태 확인하기 (0) | 2021.11.09 |
Comments