CasaOS icon indicating copy to clipboard operation
CasaOS copied to clipboard

Add install locally feature

Open luc-yang opened this issue 3 years ago • 2 comments
trafficstars

As github.com is not always accessable in China, could you please add addinstall locally feature for CasaOS?

luc-yang avatar Aug 23 '22 14:08 luc-yang

腾讯轻云服务器 安装两天 终于安装上了..... 太慢了

jifeiyun avatar Sep 04 '22 07:09 jifeiyun

This issue will be addressed in the following new requirements https://github.com/IceWhaleTech/CasaOS-Doc/issues/124

ETWang1991 avatar Sep 13 '22 00:09 ETWang1991

The installation script does not work in the Medieval continent , so sad o(╥﹏╥)o

haust-lyb avatar Oct 28 '22 12:10 haust-lyb

temporary workaround:

  1. download all .tar.gz from each CasaOS-* release page (see list)
    CASA_PACKAGES=(
        "${CASA_DOWNLOAD_DOMAIN}IceWhaleTech/CasaOS-Gateway/releases/download/v0.4.0/linux-${TARGET_ARCH}-casaos-gateway-v0.4.0.tar.gz"
        "${CASA_DOWNLOAD_DOMAIN}IceWhaleTech/CasaOS-MessageBus/releases/download/v0.4.0/linux-${TARGET_ARCH}-casaos-message-bus-v0.4.0.tar.gz"
        "${CASA_DOWNLOAD_DOMAIN}IceWhaleTech/CasaOS-UserService/releases/download/v0.4.0/linux-${TARGET_ARCH}-casaos-user-service-v0.4.0.tar.gz"
        "${CASA_DOWNLOAD_DOMAIN}IceWhaleTech/CasaOS-LocalStorage/releases/download/v0.4.0/linux-${TARGET_ARCH}-casaos-local-storage-v0.4.0.tar.gz"
        "${CASA_DOWNLOAD_DOMAIN}IceWhaleTech/CasaOS-AppManagement/releases/download/v0.4.0/linux-${TARGET_ARCH}-casaos-app-management-v0.4.0.tar.gz"
        "${CASA_DOWNLOAD_DOMAIN}IceWhaleTech/CasaOS/releases/download/v0.4.0/linux-${TARGET_ARCH}-casaos-v0.4.0.tar.gz" 
        "${CASA_DOWNLOAD_DOMAIN}IceWhaleTech/CasaOS-CLI/releases/download/v0.4.0/linux-${TARGET_ARCH}-casaos-cli-v0.4.0.tar.gz" 
        "${CASA_DOWNLOAD_DOMAIN}IceWhaleTech/CasaOS-UI/releases/download/v0.4.0/linux-all-casaos-v0.4.0.tar.gz" 
    )
  1. Decompress all files under the same directory

There should be a build folder as result

  1. Run wget get.casaos.io/install.sh to get the install script locally.

  2. Run sudo bash install.sh -p ./build

@luc-yang

tigerinus avatar Dec 30 '22 23:12 tigerinus