업무/sys
[Linux] 자산 관리 오픈소스 Snipe-IT 설치하기
sysops
2021. 11. 15. 01:01
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