Mac OS에 HL7FHIR 구성 파일 편집기 "Forge"설치

설치 환경

  • Mac OS 10.14.6 (Mojave)
  • 개시하다

  • 기본적으로 정부 수첩에 따라 진행한다.
    http://docs.simplifier.net/forge/forgeInstall.html#running-on-macos
  • 브로셔와 같이 Forge는 Windows 환경 기반 애플리케이션입니다.Net framework & WPF가 필요합니다.
  • MacOS는 공식 웹사이트에서 지원되지 않지만 Wine 환경을 설치하여 대응할 수 있습니다.
  • 참고로 MacOS Catallina는 지원하지 않습니다(2019/11/10 현재).
  • 설치 단계


    1. 터미널 부팅



    2. Homebrew 설치

  • 명령을 터미널에 복사하고 실행합니다.
  •  /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
    
  • 설치 내용을 확인하려면 Enter로 계속합니다.
  • ==> This script will install:
    /usr/local/bin/brew
    /usr/local/share/doc/homebrew
    /usr/local/share/man/man1/brew.1
    /usr/local/share/zsh/site-functions/_brew
    /usr/local/etc/bash_completion.d/brew
    /usr/local/Homebrew
    ==> The following new directories will be created:
    /usr/local/bin
    /usr/local/etc
    /usr/local/include
    /usr/local/lib
    /usr/local/sbin
    /usr/local/share
    /usr/local/var
    /usr/local/opt
    /usr/local/share/zsh
    /usr/local/share/zsh/site-functions
    /usr/local/var/homebrew
    /usr/local/var/homebrew/linked
    /usr/local/Cellar
    /usr/local/Caskroom
    /usr/local/Homebrew
    /usr/local/Frameworks
    
    Press RETURN to continue or any other key to abort
    
  • 도중에 관리자 권한의 비밀번호가 요청됩니다.이후 자동으로 다운로드 및 설치가 수행됩니다.
  • ==> /usr/bin/sudo /bin/mkdir -p /usr/local/bin /usr/local/etc /usr/local/include /usr/local/lib /usr/local/sbin /usr/local/share /usr/local/var /usr/local/opt /usr/local/share/zsh /usr/local/share/zsh/site-functions /usr/local/var/homebrew /usr/local/var/homebrew/linked /usr/local/Cellar /usr/local/Caskroom /usr/local/Homebrew /usr/local/Frameworks
    Password:
    
    ・・・(以下、略)・・・
    
  • 다음에 설명한 대로 출력하면 됩니다.
  • ==> Installation successful!
    
    ==> Homebrew has enabled anonymous aggregate formulae and cask analytics.
    Read the analytics documentation (and how to opt-out) here:
      https://docs.brew.sh/Analytics
    
    ==> Homebrew is run entirely by unpaid volunteers. Please consider donating:
      https://github.com/Homebrew/brew#donations
    ==> Next steps:
    - Run `brew help` to get started
    - Further documentation: 
        https://docs.brew.sh
    

    3. wine 설치

  • 다음 명령을 실행합니다.
  • brew install wine cabextract winetricks
    
  • 다운로드하는 데 시간이 좀 걸립니다.참을성 있게 기다려라.
  • 아래 표시된 OK 입니다.
  • ==> Downloading https://homebrew.bintray.com/bottles/wine-4.0.2.sierra.bottle.ta
    ==> Downloading from https://akamai.bintray.com/41/4105b551360afb40edf2c286cc7c6
    ######################################################################## 100.0%
    ==> Pouring wine-4.0.2.sierra.bottle.tar.gz
    ==> Regenerating font cache, this may take a while
    ==> /usr/local/Cellar/wine/4.0.2/libexec/bin/fc-cache -frv
    ==> Caveats
    You may also want winetricks:
      brew install winetricks
    ==> Summary
    🍺  /usr/local/Cellar/wine/4.0.2: 8,874 files, 653.6MB
    ==> Downloading https://homebrew.bintray.com/bottles/cabextract-1.9.1.mojave.bot
    ######################################################################## 100.0%
    ==> Pouring cabextract-1.9.1.mojave.bottle.tar.gz
    🍺  /usr/local/Cellar/cabextract/1.9.1: 10 files, 142.4KB
    ==> Installing dependencies for winetricks: p7zip and unrar
    ==> Installing winetricks dependency: p7zip
    ==> Downloading https://homebrew.bintray.com/bottles/p7zip-16.02_2.mojave.bottle
    ==> Downloading from https://akamai.bintray.com/0d/0de20c4bd05dc5652ca5f188895bf
    ######################################################################## 100.0%
    ==> Pouring p7zip-16.02_2.mojave.bottle.tar.gz
    🍺  /usr/local/Cellar/p7zip/16.02_2: 103 files, 4.5MB
    ==> Installing winetricks dependency: unrar
    ==> Downloading https://homebrew.bintray.com/bottles/unrar-5.8.3.mojave.bottle.t
    ==> Downloading from https://akamai.bintray.com/3e/3ef4dcda53c304769e64a11a6aa58
    ######################################################################## 100.0%
    ==> Pouring unrar-5.8.3.mojave.bottle.tar.gz
    🍺  /usr/local/Cellar/unrar/5.8.3: 6 files, 499.3KB
    ==> Installing winetricks
    ==> Downloading https://github.com/Winetricks/winetricks/archive/20190912.tar.gz
    ==> Downloading from https://codeload.github.com/Winetricks/winetricks/tar.gz/20
    ######################################################################## 100.0%
    ==> Caveats
    winetricks is a set of utilities for wine, which is installed separately:
      brew install wine
    ==> Summary
    🍺  /usr/local/Cellar/winetricks/20190912: 6 files, 829.6KB, built in 18 seconds
    ==> Caveats
    ==> wine
    You may also want winetricks:
      brew install winetricks
    ==> winetricks
    winetricks is a set of utilities for wine, which is installed separately:
      brew install wine
    

    4. .NET Framework 설치

  • 다음 명령을 실행합니다.
  • WINEPREFIX="$HOME/.forge" WINEARCH=win32 winetricks -q dotnet48
    
  • 경고가 표시되지만 일단 OK.
  • 여기 설치하는 데도 시간이 걸려요.기다려라...
  • 5. 글꼴 설치

  • 설치에 필요한 글꼴입니다.다음 명령을 실행합니다.
  • WINEPREFIX="$HOME/.forge" WINEARCH=win32 winetricks corefonts
    

    6. 글꼴 렌더링 및 7.화면 해상도 설정

  • 다음 명령을 실행합니다.
  • WINEPREFIX="$HOME/.forge" WINEARCH=win32 winecfg
    
  • Wine configration 창이 열리고 Graphics 탭에서 Screen resolution을 150dpi로 설정한 다음 OK 단추를 누릅니다.

  • 8. setup.exe 다운로드 및 설치


  • 공식 사이트 Forge R4(setup.exe) 다운로드(Simplifier에 미리 계정을 등록하십시오.)
  • 다운로드 후 setup.exe를 응용 프로그램 폴더로 이동하고 "Forge-R4.exe"
  • 로 이름 바꾸기
  • 아래 명령 실행
  • WINEPREFIX="$HOME/.forge" WINEARCH=win32 wine /Applications/Forge-R4.exe
    
  • 다음과 같은 경고 창이 표시되지만 신경 쓰지 말고 Install 을 선택합니다.
  • 패키지 다운로드를 시작합니다.
  • 다운로드가 완료되면 아래 확인 동의 창이 표시됩니다. 문제가 없으면 "I accept..."확인란을 선택하고 Continue 버튼을 클릭합니다.
  • 응용 프로그램 창이 표시될 때 설치가 성공했습니다.

  • 9. 혜택

  • 다음부터는 아까 지령에서 포지를 시작할 수 있으며, 다음 순서에 따라 조개 지령(단축키)을 제작하는 것이 편리할 수 있다.
  • 텍스트 편집에서 새로 만듭니다.다음 명령은 파일 이름 "Forge-R4.command"로 바탕 화면에 저장됩니다.
  • #!/bin/bash
    WINEPREFIX="$HOME/.forge" WINEARCH=win32 wine /Applications/Forge-R4.exe
    
  • 터미널에서 다음 명령을 실행하고 실행 권한을 부여한다(이 경우 소유자만).
  • chmod u+x ~/Desktop/Forge-R4.command
    
  • Forge-R4.command를 두 번 클릭하면 가 시작됩니다.장소는 어디든지 좋습니다.
  • 설치 작업은 여기서 끝냅니다.수고하셨습니다.

    좋은 웹페이지 즐겨찾기