updated README.md

This commit is contained in:
Strawmanbobi
2020-11-14 21:03:25 +08:00
committed by GitHub
parent 2517b6b9c6
commit 30827a5cc2

View File

@@ -1,3 +1,21 @@
# IRext Private Cloud
__The private cloud edition of IRext web services__
This repository is the private cloud edition of IRext web services
In order to deploy private cloud service to your IDC or ECS environment, a Docker or Kubernetes should be installed first, then download [docker image](http://irext-lib-release.oss-cn-hangzhou.aliyuncs.com/pc-docker-image/0.2.5/irext-private_0.2.5.tar.gz) and [data pack](http://irext-lib-release.oss-cn-hangzhou.aliyuncs.com/pc-docker-image/0.2.5/irext-private-data-20200922.tar.gz) and deploy with following commands:
````
sudo docker load < irext-private_x.x.x.tar.gz
sudo docker run -itd \
--name irext-private \
-v /data:/data \
-p 8080:8301 \
-p 8081:8081 \
irext-private:x.x.x /data/start_irext.sh
````
Then access the local console with URL http://localhost:8080
Refer to https://irext.net/doc/#local_console for more details.