Posts

Showing posts from January, 2023

Tart setting

## 타르트 가상환경 실행 ```bash nohup tart run everycharge ``` --- ## 가상환경 내부 팀시티 에이전트 실행 ```bash cd ~/buildAgentFull/bin ./agent.sh start ``` --- ## 가상환경 내부 환경 설정 ### Ruby rbenv - ruby 2.7.5 ### Node nvm - node 18 ### 심볼릭 링크 추가 error: Can't find 'node' binary to build React Native bundle If you have non-standard nodejs installation, select your project in Xcode, find 'Build Phases' - 'Bundle React Native code and images' and change NODE_BINARY to absolute path to your node executable (you can find it by invoking 'which node' in the terminal) `ln -s $(which node) /usr/local/bin/node` ### 안드로이드 스튜디오 설치 후 android sdk 환경을 못잡으면 역시 심볼릭 링크로 우회 ```bash ln -s /Users/admin/Library/Android/sdk /Users/admin/android-sdk ``` ### 키 스토어 및 Fastlane credential 설치 구글드라이브 - https://drive.google.com/drive/u/1/folders/1OrNZ8SfhIjg5lIQLMx3csNEPQdRFpUKH 디렉토리 위치 : /Users/admin/EveryCharge.keystore ### 백업 이미지 https://drive.google.com/drive/folders/1KWa5g1VL8uk-cAH...

한국에서 외국인과 결혼하기 - How to get married with global girlfriend in Korea

Image
중요: 해당 포스팅은 참고용으로 2022년 7월 15일을 기준으로 작성되었습니다. 모든 서식은 하이코리아에서 다운받으시고, 시간이 지남에 따라 작성 방식은 변경될 수 있습니다.  NOTE : All I wrote and reference here is from July 15th, 2022. You must download all the documents you need from 'Hi Korea' official website, because as time goes by how to write the documents can change. NOTE : This is for writing Marriage Registration IN KOREA  혼인신고 제가 직접 작성하면서 헷갈렸던 부분을 위주로 설명합니다. I will explain below about the parts I confused. 해당 문서는 모두! 한글 로 작성해야 합니다. 처음에 저는 아내의 이름을 외국인 등록증에 적힌 그대로 적었다가 한글로 수정해야 했어요. 증인중에 한명을 아내 친구로 했는데 증인 이름 역시 한글로 적어야 합니다. You must write everything in KOREAN. At the first time, I also wrote my wife's name in English as same as in Alien Registration Card and I fixed it in Korean. One of my witness is wife's friend. I wrote her name in English but I fixed it too. 등록기준지 는 가족관계증명서를 떼면 나옵니다. 아버지, 어머니, 본인 모두 각각 조회해봐야 해요. You can get your 등록기준지 from your Family Relations Certificate. You should check yours, your father's and your moth...

Popular posts from this blog

카카오 내비 리엑트 네이티브 모듈 만들기 ft.코틀린

Operating System Concepts 9th

Operating System Concept