하려고 했던 작업 리눅스서버에 git server(gitlab, gitgub와 같은)를 세팅하고 클라이언트에서 작업해서 리눅스서버에 push하면 같은 서버상의 호스팅 파일이 변경되도록 처리 서버세팅하면서 우여곡절이 많았지만 잘 사용중 우선 세팅은 root 계정으로 진행 서버쪽 1. git 설치 yum install git 2.설치확인 git --version 3.저장소 세팅 cd /home mkdir git cd git git init --bare --shared ls -al git관련 폴더들이 생성되었으면 다음으로 4.폴더 권한 설정 --호스팅 폴더 ftp와 같이 사용하면 git 설정을 ftp계정으로 하는게 나중에 hooks 세팅 시 문제가 안생김 adduser git --계정생성 passwd git ..
업그레이드 실행했는데 의존성 관련 문제가 발생하고 에러가 뜸 insserv: loop involving service hwclock at depth 4 insserv: Starting Asmsd.sh depends on plymouth and therefore on system facility `$all' which can not be true! insserv: Starting Asmsd.sh depends on plymouth and therefore on system facility `$all' which can not be true! insserv: Starting Asmsd.sh depends on plymouth and therefore on system facility `$all' which ..
설치 했던기억을 새록새록 떠올리며 블로그 찾아가며 세팅했던걸 고대로 우선 yum 기본 버전이 뭔지 확인 yum list php 그냥 설치하면 5.4.16 설치됨 난 7.2버전 설치할꺼임.. 레포지토리 추가 yum -y install epel-release remi 레포지토리 추가 yum install http://rpms.remirepo.net/enterprise/remi-release-7.rpm yum install yum-utils yum-config-manager --enable remi-php72 yum install php php -v