Skip to content

tmax-cloud/hypercloud-installer-deprecated

github repository가 변경되었습니다.

v4.1.10이상 버전 릴리즈는 https://github.com/tmax-cloud/hypercloud-installer 에서 확인가능합니다.

Install

  • 저장소 복사 (zip 형태로 다운받아 압축해제해도 무관)
  • 패키징에 필요한 의존성 패키지 설치 ('npm'과 'yarn'이 설치되어 있어야 합니다.)
$ git clone --depth 1 --single-branch -b {version} https://github.com/tmax-cloud/hypercloud-installer-deprecated.git {your-project-name}
ex) git clone --depth 1 --single-branch -b v4.1.0 https://github.com/tmax-cloud/hypercloud-installer-deprecated.git hypercloud-installer-deprecated
$ cd {your-project-name}
$ yarn

Packaging for Production

  • hypercloud-installer-deprecated 설치 파일 패키징
$ yarn package
  • release 디렉토리에서 설치 파일 확인
    • Linux
      • Ubuntu
        • .deb 파일 확인 (debian 계열 Linux 설치 파일)
      • CentOS
        • .rpm 파일 확인 (redhat 계열 Linux 설치 파일)
    • Windows:
      • .msi 파일 확인

About

No description, website, or topics provided.

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE
MIT
Electron_React_Boilerplate_license

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Contributors 91