Sign inSign up

ceetron/ceetron-cloud

By ceetron

Updated 1 day ago

3D visualization, sharing and collaboration in the cloud, for CAE professionals on private cloud.

Image
0

6.7K

ceetron/ceetron-cloud repository overview

Ceetron Cloud Private

3D visualization, sharing and collaboration in the cloud, for CAE professionals on a public or private cloud. https://ceetron.com/ceetron-cloud-private/

Getting started

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:

  1. Install docker.

  2. 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
  1. At this point, you can open config/config.env to configure some options, such as the port. You can also specify the login details for the initial admin user by setting ADMIN_EMAIL and ADMIN_PASSWORD.

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.

  1. Finally, run the following command to start CCP :
./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
  1. After startup is complete, which on first run may take a minute or so, CCP should be available at http://localhost:5000.
  2. You can either log in with the initial admin user (default login is email : [email protected], password: admin), or you can sign up to create a new user.

For more information on the available options, run ./cc -h.

Updating

To update Ceetron Cloud to the latest version, run

    ./cc update
More information

For more information, please see https://ceetron.com/whitepapers/whitepaper-cloud-private-min.pdf

Support

If you have any issues please do not hesitate to contact us at [email protected].

Tag summary

Content type

Image

Digest

sha256:bf8dcd7af

Size

747.6 MB

Last updated

8 days ago

docker pull ceetron/ceetron-cloud