fd05f74cca085b1dca5f29e26d9684446c63a532
IRext Private Cloud
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 and data pack 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://site.irext.net/doc/#local_console for more details.
Description
Open source of IRext private cloud. You can download this project, make changes and run either in your server host or in IRext private-cloud container.
Languages
JavaScript
54.2%
Java
31.7%
HTML
8.1%
Python
3.9%
CSS
2%
Other
0.1%