https://www.vultr.com/docs/how-to-install-and-configure-phabricator-on-centos-7
설치 방법을 보고 참고를 하였다
https://github.com/phacility/phabricator/tree/master/scripts/install
위 사이트에 가서 스크립트를 다운받아서 설치 하자.
참 설치를 해도 안깔린것들도 많고 안되는것도 많다..... 속편하게 비트나비에서 지원하는 버전으로 설치를 하자... 리셋!!
https://bitnami.com/stack/phabricator
위 사이트에서 다운 run 파일을 다운 받자.
# wget https://bitnami.com/redirect/to/188942/bitnami-phabricator-2018.15-0-linux-x64-installer.run
# chmod 755 bitnami-phabricator-2018.15-0-linux-x64-installer.run
# ./bitnami-phabricator-2018.15-0-linux-x64-installer.run
끄으읕~
upgrade 방법
https://docs.bitnami.com/installer/apps/phabricator/administration/upgrade/
여기에 있는 방법으로 하면 끄으읕~
# 추가
IP변경하려면
vi ./apps/phabricator/htdocs/conf/local/local.json
{
"phabricator.base-uri": "127.0.0.1:80",
"config.ignore-issues": {
"config.PATH.4f970665": true,
위 아이피 수정
'Linux' 카테고리의 다른 글
centos 6.x to 7 upgrade (2) | 2018.06.18 |
---|---|
kipmi0 CPU 100% (0) | 2018.05.10 |
git fatal: unable to access Peer reports incompatible or unsupported protocol version. (0) | 2018.04.16 |
네트워크 대역폭 측정 (0) | 2018.04.10 |
hostid 변경방법 (0) | 2018.04.03 |