본문 바로가기

Develop

Opentoilet - 2016. 12. 17(토) 완료지도에 화장실 마커로 표현계획backend 코드 AWS elastic beanstalk 에 올리기(http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/Welcome.html)frontend 코드 AWS s3에 올리기도메인 구입 - opentoilet.me (https://domain.gabia.com/regist/regist_step1.php)화장실에 대한 평가 기능 추가 완료된 사항화장실 데이타를 구할때, API 대신에 CSV 파일 이용 - 데이타가 실시간으로 요구되는 상황이 아니고, 5,5M의 CSV에 3만건의 데이타가 있다 더보기
root 권한 없이 npm 설치하기 root 권한 없이 npm 설치하기~/.npmrcprefix=${HOME}/.npm-packages ~/.zshrcNPM_PACKAGES="${HOME}/.npm-packages" NODE_PATH="$NPM_PACKAGES/lib/node_modules:$NODE_PATH" PATH="$NPM_PACKAGES/bin:$PATH" 참고 : https://github.com/sindresorhus/guides/blob/master/npm-global-without-sudo.md 더보기
인증서 연장하기기기 Setting up a SSL Cert from Comodo1. CSR 생성(4096)$ openssl req -nodes -newkey rsa:4096 -keyout myserver.key -out server.csr 2. CSR을 서비스 제공 업체에 제공하고, 나머지 key파일을 이메일로 받는다.3. 이메일로 받은 key파일을 모두 묶어둔다.cat www_hoodpub_com.crt COMODORSADomainValidationSecureServerCA.crt AddTrustExternalCARoot.crt >> hoodpub.com.pem 4. nginx에서 설정된 파일 명으로 key 명을 변경mv myserver.key hoodpub.com.key 5. nginx 재시작sudo /etc/init... 더보기
git 관련 궁금한 내용. Git 관련 질문 merge vs rebase commit message 에서 동사의 권장 형태 init 이후, 처음 push -u 의 의미 git remote 연산 시작시에, 패스워드 계속 물어보는 경우 git log 의 결과에서 [index] 이후에 나타나는 코드의 의미 rede-review branch가 best practice가 아니라면, 대안은? history 에 들어 있는 author 변경하기 $ git rebase -i [기준 commit] $ git commit --amend --author="Author Name " $ git rebase --continue https://stackoverflow.com/a/3042512/1118583 더보기
android app 재시작하기 android app 재시작하기http://www.android.pk/blog/general/launch-app-through-adb-shell/format$ adb shell am force-stop $ adb shell am start -a example$ adb shell am force-stop com.ionicframework.hellomaptab2968152 $ adb shell am start -a android.intent.action.MAIN -n com.ionicframework.hellomaptab2968152/.helloMapTab2 더보기
avd 생성하기 AVD 생성하기# target 조회 하기( 어떤 형식의 target을 기본으로 하여 avd를 만들지 판단) $ android list targets 예)---------- id: 5 or "Google Inc.:Google APIs:19" Name: Google APIs Type: Add-On Vendor: Google Inc. Revision: 8 Description: Android + Google APIs Based on Android 4.4.2 (API level 19) Libraries: * com.google.android.media.effects (effects.jar) Collection of video effects * com.android.future.usb.accessory (usb... 더보기
Cordova 프로젝트 시작하기 Cordova 프로젝트 시작하기예)$ cordova create Baz $ cd Baz $ cordova platform add android $ cordova build $ cordova serve android # That speeds up the setup process of new projects enormously. http://ionicframework.com/getting-started/Install Ionic$ npm install -g cordova ionic Run it$ ionic start myApp tabs # blank tabs sidemenu $ cd myApp $ ionic platform add android # 실행이 되지 않으면, ANDROID_HOME 설정 $ ioni.. 더보기
통계 데이타 통계 데이타 자료 통계청, www.kostat.go.kr 국가통계포털, kosis.kr e-나라지표, www.index.go.kr 대외 결제 정책 연구회, www.kiep.go.kr 한국 개발 연구원, www.kdi.re.kr 삼성 경제 연구소, www.seri.org 인터넷 사용자 조사, www.ad.co.kr visualnews, http://www.visualnews.com 출입국 사무소, http://www.immigration.go.kr/ 출입국 통계, http://kto.visitkorea.or.kr/kor/notice/data/statis/profit/notice/inout/popup.kto#search 더보기

반응형