Deploy to On-premise Linux server,local VM or cloud VM SOP
1. Login your Linux Enviroment, Suppoort On-premise Linux server, VM or cloud VM ,for Example, VM on Alibaba cloud or Microsoft Azure
Requirement for AppHub:
CPU >= 1vCPU
Memory >= 2G
Storage >= 20G
Image: Ubuntu 18.04 64-bit or new(Other Linux have not test and verification)
8080, 30001, 30002, 1883, 5432, 5500, 5901, 9191, 9000
Install git $ sudo apt update && apt install git
Install docker-compose
$ curl -sSL https://get.daocloud.io/docker | sh
$ apt install docker-compose
Check docker and docker-compose version $ docker version $ docker-compose version
$ git clone https://github.com/EdgeSolution/SingleRepo.git
$ cd SingleRepo/
$ chmod +x start.sh
$./start.sh
it will download AppHub repo docker image from docker hub, may be 5~10 minutes, please wait it to complete.
After finished, you can access AppHub repo server in browser as follows:
http://ServerIP:8080
部署到Linux主机或者虚拟机步骤
我们已经有验证过本地服务器,阿里云和微软Azure云虚拟机,系统是基于Ubuntu 18.04 X64的。建议使用Ubuntu 18.04 X64或以上版本。
建议配置:
CPU >= 1vCPU
Memory >= 2G
Storage >= 20G
Image: Ubuntu 18.04 64-bit 或者更高版本(其他Linux理论上也可以支持,但未经过验证)
8080, 30001, 30002, 1883, 5432, 5500, 5901, 9191, 9000
$ sudo apt update && apt install git
$ curl -sSL https://get.daocloud.io/docker | sh
$ sudo apt install docker-compose
安装完成后,使用下面的命令检查版本,确认安装正确。
$ docker version
$ docker-compose version
$ git clone https://github.com/EdgeSolution/SingleRepo.git
当你通过git下载到安装文件后,Linux中会生成“AppHub-VM-Cloud” 目录,进入该目前,执行 start.sh 脚本。
$ cd SingleRepo/
$ chmod +x start.sh
$./start.sh
start.sh会完成AppHub Repo软件仓库服务器的安装和启动,因为安装过程是在线安装,需要从网络上下载AppHub repo的 docker镜像,根据网络速度不同,大约需要5~10分钟的时间完成安装,请耐心等待。 当安装完成后,就会自动启动,你就可以通过浏览器访问AppHub Repo软件仓库的服务了 http://ServerIP:8080 SeverIP就是VM对外的公网IP地址。
理论上,上述方法同样适用在各种Linux环境,甚至在云平台VM中安装AppHub Repo,目前我们已经验证适用Azure和阿里云VM。
Release version | DockerHub | docker tag |
---|---|---|
V1.0.4 | edgesolution/single-repo:v1.0.4 edgesolution/apphub-postgres:v1.0 edgesolution/apphub-minio:v1.0 |
androiddmnew/androiddm-astore-slim-dev:v3.2.5 eidevice/androiddm-postgres-dev:v1.1 eidevice/androiddm-minio-dev:v1.1 |