macOS Catalina (10.15.3)의 Vagrant 설정
다양한 애플리케이션 설치
htps //w w.ぃr 쭉 l보 x. rg/
htps //w w.ゔぁ 란츠 p. 코m/
※이번에는 rails-dev-box를 사용
원하는 디렉토리 바로 아래에서 다음을 수행합니다.
$ git clone https://github.com/rails/rails-dev-box.git
$ cd rails-dev-box
vagrant 실행
$ vagrant up
이하 에러가 나오는 경우가 있다↓
Vagrant was unable to mount VirtualBox shared folders. This is usually
because the filesystem "vboxsf" is not available.
해결에는 추가로 패키지를 도입하면 좋다↓
$ vagrant plugin install vagrant-vbguest
마지막으로 시작은 이하의 요령 실시합니다.
$ vagrant up
$ vagrant ssh
이상으로 환경 구축 완료입니다.
Reference
이 문제에 관하여(macOS Catalina (10.15.3)의 Vagrant 설정), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/_kazuya/items/8d58f00de1057eed5ea8텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)