3D visualization, sharing and collaboration in the cloud, for CAE professionals on private cloud.
6.7K
3D visualization, sharing and collaboration in the cloud, for CAE professionals on a public or private cloud. https://ceetron.com/ceetron-cloud-private/
To run Ceetron Cloud Private locally or on your own cloud provider of choice you will need a license. Please contact [email protected] to get a free evaluation license.
Then follow these steps to install Ceetron Cloud Private:
Install docker.
Execute the following commands :
Linux/Mac:
mkdir ceetronCloud
cd ceetronCloud
curl https://s3.wasabisys.com/distributions/ceetron-cloud/cc -O
chmod +x cc
./cc init
The license code can be specified by setting CEW_TECH_SOFT_LICENSE_CODE, wrapped in single quotes:
# EnvisionWeb license
CEW_TECH_SOFT_LICENSE_CODE='<your-license-code>'
Alternatively, the license can be provided as a command line argument, see below.
./cc up
Mac users: On mac, the -w option is required: ./cc up -w. This option specifies that data is to be stored in a docker volume rather than in a mounted host directory.
As an alternative to specifying the license code in config.env, the license can be provided by passing in the path of the directory containing the license with the -l option:
./cc up -l /path/to/license/dir
For more information on the available options, run ./cc -h.
To update Ceetron Cloud to the latest version, run
./cc update
For more information, please see https://ceetron.com/whitepapers/whitepaper-cloud-private-min.pdf
If you have any issues please do not hesitate to contact us at [email protected].
Content type
Image
Digest
sha256:bf8dcd7af…
Size
747.6 MB
Last updated
8 days ago
docker pull ceetron/ceetron-cloud