로딩
티스토리 데이터 처리 중입니다.

OCI 오라클 클라우드 Ubuntu Linux 우분투 리눅스에 VS Code Server 코드 서버 설치하기

 OCI 오라클 클라우드 Ubuntu Linux 우분투 리눅스에 VS Code Server 코드 서버 설치하기

이번엔 VM 인스턴스에 VS Code-server를 설치해 보자. 로컬 PC에 설치된 VS Code처럼 서버상에 VS Code를 설치하는 건데, 뒤에 Server가 붙는 이유는 외부에서 접속이 가능하기 때문.

웹 브라우저로 어디서나 클라우드 서버 인스턴스에 접속할 수 있고 SSH, FTP를 대체해서 사용할 수도 있다. 우선 링크는 아래 참조. https://github.com/coder/code-server GitHub - coder/code-server: VS Code in the browser VS Code in the browser.

Contribute to coder/code-server development by creating an account on GitHub. github.com 설치 방.....