분류 전체보기(864)
-
AWS EC2 (Ubuntu 18) 몽고디비 설치 관련
기존에 작성해놓았던 우분투에 몽고디비 설치 문서대로 설치가 되지 않아서 다시 정리한다. https://code-machina.github.io/2019/06/14/Installation-Of-Mongodb-On-Ubuntu18.html 우분투18 에서 MongoDB 활용하기 안녕하세요 코마입니다. 오늘은 우분투 18.04 LTS (Bionic)에서 MongoDB를 설치하는 방법을 소개해 드리도록 하겠습니다. 😺 code-machina.github.io 몽고디비 인증 모드 활성화는 다음과 같이 한다. https://medium.com/@dltkdals2202/mongodb-%EB%B3%B4%EC%95%88%EC%84%A4%EC%A0%95-with-robomongo-e743ce83811d MongoDB 보안..
2020.01.29 -
ReactJS 테스트 관련 레퍼런스
https://reactjs.org/docs/testing.html Testing Overview – React A JavaScript library for building user interfaces reactjs.org https://jestjs.io/docs/en/tutorial-react Jest · 🃏 Delightful JavaScript Testing 🃏 Delightful JavaScript Testing jestjs.io https://testing-library.com/docs/react-testing-library/intro Testing Library · Simple and complete testing utilities that encourage good testing practi..
2020.01.28 -
React 프론트엔드와 Node.js 백엔드의 도커 라이징
https://dev.to/vguleaev/dockerize-a-react-app-with-node-js-backend-connected-to-mongodb-10ai Dockerize a React app with Node.js backend connected to MongoDb dev.to https://heechan.me/posts/how-to-use-docker-compose/ Docker Compose로 멀티 컨테이너 Docker 어플리케이션 만들기 - yangroro 지난번 글(Docker 사용방법 둘러보기)에서 간단한 URL 기반의 조회수 어플리케이션을 Node JS와 Redis로 만들었다. 지난 글에서 Node JS 어플리케이션을 실행시키기 위해서 다음과 같은 명령어를 사용해야 했다. doc..
2020.01.28 -
MySQL Workbench를 이용한 SSH 터널링
AWS의 RDS로 구축된 MySQL 서버에 SSH 터널링을 통해 MySQL Workbench로 접속하기 위해 세팅이 필요해서 관련 레퍼런스를 찾아보았다. https://cloud.hosting.kr/mysql-workbench/ MySQL Workbench 프로그램으로 MySQL 접속 가이드 - 메가존 AWS Cloud 이글은 AWS EC2 인스턴스에 설치한 MySQL에 접속하여 MySQL을 관리하기 편하도록 MySQL WorkBench 프로그램의 접속 설정을 돕는 문서입니다. 일반적으로 DB서버는 외부(인터넷망)에서 접근이 안되는 사설망에 구축하여 외부의 불법적 접근을 차단합니다. 그러나, 관리적 목적이나 개발을 위해서는 외부에서도 DB서버에 접근을 해야 합니다. AWS에서는 구축된 인프라에 NAT 인..
2020.01.27 -
GitLab CI에서 안드로이드 앱 빌드-테스트-서명 및 배포
https://android.jlelse.eu/android-gitlab-ci-cd-sign-deploy-3ad66a8f24bf Android CI/CD with GitLab — Build, Test, Sign, Upload to Dropbox and send an Email I’ve been working on an Android app, that was in early demo stage and not released to the Play Store yet. After a while I found myself… android.jlelse.eu The .gitlab-ci.yml file is completed and the result should look like this: image: jangrew..
2020.01.20 -
안드로이드 테스트 예제
GitLab-CI로 안드로이드 프로젝트에서의 자동 테스트 및 빌드를 성공했으니, 그 다음으로는 자동 테스트를 위한 테스트를 작성해야한다. 안드로이드용 테스트를 작성하기 위해 참고할만한 예제를 공유한다. https://github.com/android/testing-samples android/testing-samples A collection of samples demonstrating different frameworks and techniques for automated testing - android/testing-samples github.com
2020.01.06