사용자 도구

사이트 도구


vagrant:windows_box

차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

양쪽 이전 판 이전 판
다음 판
이전 판
vagrant:windows_box [2020/02/28 09:59]
kwon37xi
vagrant:windows_box [2021/03/29 13:02]
kwon37xi 제거됨
줄 7: 줄 7:
   * [[https://dev.to/jeikabu/reusable-windows-vms-with-vagrant-2h5c|Reusable Windows VMs with Vagrant - DEV Community 👩‍💻👨‍💻]]   * [[https://dev.to/jeikabu/reusable-windows-vms-with-vagrant-2h5c|Reusable Windows VMs with Vagrant - DEV Community 👩‍💻👨‍💻]]
   * [[https://github.com/jcdarwin/vagrant.windows.vms|jcdarwin/vagrant.windows.vms: Create Windows VMs for use with Vagrant]]   * [[https://github.com/jcdarwin/vagrant.windows.vms|jcdarwin/vagrant.windows.vms: Create Windows VMs for use with Vagrant]]
 +  * [[https://stackoverflow.com/questions/36629872/cant-get-modernies-vagrant-specific-box-to-work-with-vagrant|virtualbox - Can't get modernIE's vagrant specific box to work with vagrant - Stack Overflow]]
 ===== Window 10 MS Edge Box ===== ===== Window 10 MS Edge Box =====
   * [[windows:free_vm|Windows Free Virtual Machine]] 참조   * [[windows:free_vm|Windows Free Virtual Machine]] 참조
   * '' Windows 10 with MSEdge (updated box)'' : http://aka.ms/msedge.win10.vagrant 실제로는 ZIP 파일이다. 다운로드 해서 unzip 할것.   * '' Windows 10 with MSEdge (updated box)'' : http://aka.ms/msedge.win10.vagrant 실제로는 ZIP 파일이다. 다운로드 해서 unzip 할것.
   * 혹은 [[https://developer.microsoft.com/en-us/microsoft-edge/tools/vms/|Download Virtual Machines]] 에서 MS Edge Windows 10 Vagrant Box를 다운로드 한다.   * 혹은 [[https://developer.microsoft.com/en-us/microsoft-edge/tools/vms/|Download Virtual Machines]] 에서 MS Edge Windows 10 Vagrant Box를 다운로드 한다.
 +  * [[https://stackoverflow.com/a/41471865/1051402|Can't get modernIE's vagrant specific box to work with vagrant]]의 답변에 따르면 WinRM 이 설치는 돼 있으나 설정이 잘못돼 있어서 vagrant 가 접속해서 provisioning 을 못한다.
 +    * For that you need to manually boot the VM with getting the timeout error, go into Local Security Policy / Network List Management Policies, double klick on Network, go to tab Network Location and set the Location type to private and the User permissions to User can change location.
 +
   * [[https://gist.github.com/santrancisco/a7183470efa0e3412222670d0bfb3da5|이거 더 참조할것]]   * [[https://gist.github.com/santrancisco/a7183470efa0e3412222670d0bfb3da5|이거 더 참조할것]]
   * 변형된 box   * 변형된 box
 +    * [[https://app.vagrantup.com/kganguly/boxes/MSEdge-Win10|Vagrant box kganguly/MSEdge-Win10 - Vagrant Cloud]] : private network 상에서 winrm 이 작동하게 만들어진 버전
     * [[https://app.vagrantup.com/chingc/boxes/win10|Vagrant box chingc/win10 - Vagrant Cloud]]     * [[https://app.vagrantup.com/chingc/boxes/win10|Vagrant box chingc/win10 - Vagrant Cloud]]
-    * [[https://app.vagrantup.com/kganguly/boxes/MSEdge-Win10|Vagrant box kganguly/MSEdge-Win10 - Vagrant Cloud]] 
- 
 <code sh> <code sh>
 # box 다운로드가 매우 느리므로 연결이 안정적인 곳(유선랜) 등에서 할 것 # box 다운로드가 매우 느리므로 연결이 안정적인 곳(유선랜) 등에서 할 것
줄 33: 줄 35:
   * [[https://social.msdn.microsoft.com/Forums/windows/en-US/63456542-7951-4375-b166-2de35c429371/how-to-run-the-exe-file-without-ui-made-by-installshield?forum=winformssetup|How to run the exe file without UI made by InstallShield?]]   * [[https://social.msdn.microsoft.com/Forums/windows/en-US/63456542-7951-4375-b166-2de35c429371/how-to-run-the-exe-file-without-ui-made-by-installshield?forum=winformssetup|How to run the exe file without UI made by InstallShield?]]
   * [[https://www.advancedinstaller.com/forums/viewtopic.php?t=30930|How I can make a silent installation without interface? - Advanced Installer]]   * [[https://www.advancedinstaller.com/forums/viewtopic.php?t=30930|How I can make a silent installation without interface? - Advanced Installer]]
 +  * 자동로그인 [[https://dora-guide.com/windows-auto-login/|윈도우 10 자동로그인 설정/해제 - 로그인 화면 없애기 - 도라가이드]]