개발환경(20)
-
MariaDB 설치하기
MariaDB 설치하기 https://mariadb.org/download/?t=mariadb&p=mariadb&r=10.9.3&os=windows&cpu=x86_64&pkg=msi&m=xtom_jp Download MariaDB Server - MariaDB.org REST API Release Schedule Reporting Bugs … Continue reading "Download MariaDB Server" mariadb.org Download 클릭합니다. 설치 완료 후 위 프로그램을 실행합니다. Next 클릭합니다. Next 클릭합니다. Next 클릭합니다. Next 클릭합니다. Next 클릭합니다. install 클릭합니다. 설치가 완료되었습니다.
2022.10.05 -
Docker 로그인 하기
Docker Hub 가입하기 https://hub.docker.com/ Docker Hub Container Image Library | App Containerization Build and Ship any Application Anywhere Docker Hub is the world's easiest way to create, manage, and deliver your team's container applications. hub.docker.com 각각 닉네임, 이메일, 비밀번호를 입력 후 개인정보 동의에 체크하고 Sign Up 버튼을 클릭합니다. 방금 가입한 이메일로 로그인합니다. Personal $0 칸에 Continue with Free 클릭합니다. 메일함을 가서 확인 메시지를 받습니다. ..
2022.09.29 -
Docker와 Ubuntu 연결하기
Docker Desktop과 Ubuntu 리소스를 공유하는 법 Docker Desktop 실행 후 오른쪽 상단의 톱니바퀴 모양을 클릭합니다. Resources → WSL Integration → Ubuntu 체크합니다. 리소스 공유하는지 확인하기 명령 프롬프트 창을 열어 간단히 컨테이너를 생성합니다. docker container run --name connect -d -p 80:80 nginx Ubuntu 실행하여 컨테이너가 추가되었는지 확인합니다. docker container ps 성공적으로 연동되었음을 확인할 수 있습니다. ※ 리눅스 환경 내 명령어를 조금더 알고 싶으면 다음 링크를 통해 도움을 받았으면 좋겠습니다. https://sunghoon98.tistory.com/7 리눅스(LINUX) 명..
2022.09.29 -
Intellij에 Tomcat 서버 설정하기
새 프로젝트 생성하기 Intellij 프로그램을 실행 후 New Project 클릭합니다. 기본적인 세팅만 하고 Create 클릭합니다. 프로젝트 폴더에 우클릭을 하고 Add Framework Support 클릭합니다. Web Application 체크하고 Ok 클릭합니다. index.jsp가 자동으로 생성됩니다. Tomcat 서버 정보 등록 File → Settings 클릭합니다. Build, Execution, Deployment → Application Servers → "+" 클릭합니다. Tomcat을 설치했던 경로를 지정하고 Ok 클릭합니다. Ok 클릭합니다. Run / Debug Configurations 설정 노란색 네모 친 부분을 클릭하고 Edit Configurations 클릭합니다. "..
2022.09.28 -
Tomcat 서버 설치하기
Tomcat 설치하기 https://tomcat.apache.org/ Apache Tomcat® - Welcome! The Apache Tomcat® software is an open source implementation of the Jakarta Servlet, Jakarta Server Pages, Jakarta Expression Language, Jakarta WebSocket, Jakarta Annotations and Jakarta Authentication specifications. These specifications are part of the tomcat.apache.org Tomcat10 클릭합니다. 64-bit Windows.zip 클릭하여 다운로드를 합니다. 압축을 풀어준 후..
2022.09.28