분류 전체보기138 php, cron 이용하여 Slack Webhook 세팅 [Slack 스케쥴링,배치] Slack Window PC. aws ec2 linux php, cron 설치됨 1. Slack Web Hook Url 받기 좌측 아무 [체널]클릭 - 우측상단[Dtails] - [More] - [Add apps] - [Incoming WebHooks] 검색 및 선택 - [Add to Slack] 클릭 - Hook 받을 [체널] 선택 - [Add Incoming WebHooks integration] 클릭 * slack 체널별로 세팅할 수 있다. * Webhook Url을 기록해두자. * 예시 : https://hooks.slack.com/services/ABCDEFGHTIUFJ/ABCDEFGHTIFJFJDJ/ABDNDFDSNALNFNDFDNFBD 2. PHP 파일 작성 - php 확인 whereis p.. 2020. 4. 21. [git] 이용중인 Git Repository 사용자 이름, 이메일, 원격저장소 변경 Git 설정값 확인 git config --list git 사용자 이름 변경 git config user.name "{userName}" git 사용자 이름 확인 git config user.name git 사용자 이메일 변경 git config user.email "{userEmail}" git 사용자 이메일 확인 git config user.email git remote 확인 git remote -v git remote origin 삭제 git remote remove origin git remote origin 추가 git remote add origin "{gitRemoteRepositoryUrl}" git remote 변경은 삭제후 추가하는 방향으로 작업. git config에서도 remote를.. 2020. 4. 21. GCP Firebase Firestore 지역별 속도 확인 location latency firestore 프로젝트 시작시 깊이 고민하지 않고 기본 region인 us-central 을 선택했다. hosting으로 프로젝트를 배포하고나니 생각보다 속도가 안나온다. 구글링의 결과로 아래 주소를 얻었다. 한국에서 오후 5시 기준으로 latency를 체크한 결과다. http://www.gcping.com/ GCP ping How does this work? Your browser makes HTTP requests to f1-micro instances in each region. The median time between request and response is shown. The global row uses a Global HTTP Load Balancer to route requests t.. 2020. 3. 23. [Firebase] Hosting에 Angular/Ionic 프로젝트 배포하기 02 Firebase Hosting에 Angular/Ionic 프로젝트 배포하기 02 : 프로젝트에 Firebase 세팅 Angular/Ionic 프로젝트 경로로 이동. 1. firebase 프로젝트 초기화 명령어 firebase init 2. 어떤 CLI 기능을 적용할지 선택. 저는 Hosting만 선택했습니다. 후에 변경할 수 있습니다. 2-1. git bash로 하려니 선택이 안됨. power-shell 키고옴 ? Are you ready to proceed? Yes ? Which Firebase CLI features do you want to set up for this folder? Press Space to select features, then Enter to confirm your choice.. 2020. 3. 12. 이전 1 ··· 16 17 18 19 20 21 22 ··· 35 다음