modern.IE의 VM에서 호스트로 시작한 grunt-contrib-connect 서버에 액세스

1302 단어 VirtualBox
어쩌면 설정 방법 등을 잊어 버린다고 생각하므로 써 둔다. 방법은 이것 이외에도 있을 것인데, 제일 편했기 때문에 (이것 밖에 시험하지 않았지만) 이것으로 좋다.

네트워크 어댑터를 브리지로 설정





Gruntfile에 grunt-contrib-connect 설정을 추가합니다.


module.exports = (grunt) ->

  grunt.initConfig
    connect:
      server:
        options:
          base: '.'
 module.exports = (grunt) ->

   grunt.initConfig
     connect:
       server:
         options:
           base: '.'
+          hostname: '*'

호스트에 액세스


ifconfig 또는 시스템 환경설정 네트워크 또는 무언가로 IP를 검사하여 VM의 게스트 OS에서 액세스한다.

좋은 웹페이지 즐겨찾기