Getting started with Ceetron Cloud Private

1.
The easiest way to install the new version of CCP is with Docker. It can be downloaded here: https://hub.docker.com (select Download Docker Desktop).

2.
Once Docker is installed, execute the following commands to run on Linux/Mac:

mkdir ceetronCloud
cd ceetronCloud
curl https://ceetron.wpengine.com/wp-content/uploads/ceetron-cc/cc -O
chmod +x cc
./cc init

3.
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.

4.
Finally, run the following command to start CCP:

./cc up

5.
After startup is complete, which on first run may take a minute or so, CCP should be available at http://localhost:5000.

6.
You can either log in with the initial admin user (default login is email: admin@company.com, password: admin), or you can sign up to create a new user.

ANY QUESTIONS?
GET IN TOUCH TODAY.