이직용 포폴 작성 + 개인용 개발 성과를 위해 개인 노트북에 개발 환경을 구성하였다.
설치 필요 목록
1. DB 다운로드 - 오라클 DB , SQL 디벨로퍼, 몽고DB, NoSQLBooster
2. 코딩 관련 툴 다운로드 - 인텔리제이, 비주얼 스튜디오 코드, 노드js
3. git 다운로드
1-1. 오라클 DB, SQL 디벨로퍼는 학원 다니던 시절 교재였던 '이것이 오라클이다' 가이드를 참고하였다.
참고 사이트 :
https://cafe.naver.com/thisisMySQL
이것이MySQL이다 : 네이버 카페
한빛미디어 [이것이 MySQL이다] 카페입니다.
cafe.naver.com
https://200-rush.tistory.com/entry/Oracle12CInstallConnect -> 위 링크에서 필요 프로그램들을 교재용 버전으로 다운 가능하나, 오라클 12C 버전을 찾던 나는 위 블로그를 참고하여 해당 버전을 다운할 수 있었다.
오라클 12C 설치 방법 및 접속 확인
■ 오라클 12C 다운로드 1. 오라클 다운로드 사이트 : https://edelivery.oracle.com/osdc/faces/Home.jspx 2. 다운로드를 위해서는 계정이 있어야 한다. 계정이 있으면 Sign In, 없으면 계정을 생성한다. 3. 필자는
200-rush.tistory.com
1-2. 몽고DB의 경우 이전 직장에서 사용했던 DB였으며, 입사후 NoSQLBooster로 작업했으나 당시 직접 DB를 생성, 설치 해볼 일은 없었기에 DB설치 및 생성 후 툴로 가져오는 작업을 진행하였다.
참고 사이트 :
https://www.mongodb.com/try/download/enterprise
Try MongoDB Enterprise Advanced
Try MongoDB Enterprise Advanced on premise non-relational database including the Enterprise Server, Ops Manager, and Enterprise Kubernetes Operator!
www.mongodb.com
https://khj93.tistory.com/entry/MongoDB-Window%EC%97%90-MongoDB-%EC%84%A4%EC%B9%98%ED%95%98%EA%B8%B0
[MongoDB] Windows에 MongoDB 설치하기
MongoDB 몽고 DB는 Document 지향 데이터베이스 시스템으로 대표적인 NoSQL DB입니다. 오늘은 그러한 MongoDB를 Winodws에 설치 방법에 대해 포스팅을 해보려고 합니다 1. 설치 하기 설치 링크 : www.mongodb.com/t
khj93.tistory.com
2. 비주얼 스튜디오 코드, 노드js의 경우 개인적인 프론트엔드 공부를 위해 학원 수강 시절 교재였던 '소플의 처음 만난 리액트' 를 참고하여 설치하였다.
https://code.visualstudio.com/
Visual Studio Code - Code Editing. Redefined
Visual Studio Code is a code editor redefined and optimized for building and debugging modern web and cloud applications. Visual Studio Code is free and available on your favorite platform - Linux, macOS, and Windows.
code.visualstudio.com
https://nodejs.org/en/download/prebuilt-installer
Node.js — Download Node.js®
Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine.
nodejs.org
3. Git의 경우 학원시절부터 써왔기에 수월하게 설치할 수 있었다.
'일상' 카테고리의 다른 글
내가 보려고 작성한 "엑셀로 인스타그램 언팔 맞팔 확인 방법" (12) | 2024.09.28 |
---|---|
내가 보려고 작성한 "Github 업로드 하기" (1) | 2023.05.29 |