Loading views...
Ansible code 42 작동화

Ansible code 42 작동화

Date
Date
2019 Dec 23 0:0
Created by
Created by
Seonglae ChoSeonglae Cho
Created time
Created time
2023 Feb 28 12:39
Last edited by
Last edited by
Seonglae ChoSeonglae Cho
Last edited time
Last edited time
2023 Apr 15 16:48
Refs
Refs

git 문제


안되는 이유 찾음
azure devops 에서 pull하면 무조건 master로 불러와져서 checkout 해야함!
 
 
 

python 3 synchronize issue


src 파일들 sync 모듈이 작동 안해서 보니
해결함 !!

php 문제


 
notion image
로그인창 안들어와지고 이렇게 나옴..
 
일단 유정님 onenote 보다가 안되면 물어봐야할듯 회의끝나고
 
 
notion image
 
/etc/php.ini에 있는 녀석 변경해주니 된다 ㅠㅠ
 
notion image
yaml 에도 성공!
 

nvm issue


Installing NodeJS LTS for Ansible
Not that I am really happy with having had to do this, but... ( env: Ubuntu 18.04, ansible 2.6.1, host: macOS ) from https://github.com/nodesource/distributions/blob/master/README.md#debinstall - name: install node shell: | curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash - && sudo apt-get install -y nodejs result: > vagrant@vagrant:~$ node --version v10.15.2 and npm must have come along too: vagrant@vagrant:~$ npm --version 6.4.1 At the time I ran this, https://www.npmjs.com/package/npm was showing 6.8.0 as latest, with 6.4.1 being from 6 months before.
Installing NodeJS LTS for Ansible
solved by this
 
 
 

로그인 문제


notion image
여기는 들어와지는데 로그인 이후
notion image
이런 화면이 뜬다...
열심히 찾아보고 console.log좀 띄어보려 하는데
notion image
checker 안에 2개가 있는데 이거문제인가
그거문제 아니고
 
 
notion image
위에 echo는 되는데 밑에 echo 가 안되는걸로 봐서 db연결문제...ㅠ
 
근데 왜안대지! 아웃바운드문제인가 했는데 그것도 아님 방화벽 해제해도..안디 ㅠ낼 마무리하자
 
 
 
 
 

Recommendations