Cloudify Community

The Cloudify free community version contains a fully functional Cloudify engine that supports most of the Manager’s capabilities. This makes it ideal for trying out Cloudify without a premium license. You can read more about the differences between Cloudify versions here.

The community version is available as an RPM, OpenStack Image, or Docker container. This page describes the steps necessary to deploy the Cloudify Trial Manager as a Docker container.

You will need a host with Docker installed to run the Cloudify community container image.

Step 1: Install the Cloudify Manager as a Docker Container

Deploying the community version of the Cloudify Manager is simple. Using a container provides an easy way to get started with Cloudify.

To deploy the container image, simply launch a terminal and create the container:

docker run -d -p 80:80 cloudifyplatform/community-cloudify-manager-aio:latest

This will publish the web interface on port 8080. Then verify that the Cloudify Manager is running by navigating to http://localhost:8080. The Cloudify login page should appear. The default username and password are both admin.

login-page.png

Step 2: Fill in Contact Details

Once you log into the Community, you’ll be asked to fill in your contact details. You need to fill in the form to access the Cloudify Manager. It’s required only once on the first log in.

community-contact-details.png

Step 3: Install your First Deployment on your New Cloudify Manager

Check out your new Cloudify Manager by installing the Local Hello-World Example Deployment.

This example demonstrates how you can use Cloudify to easily install a local HTTP server with a hello-world page on it.

Step 4: (Optional) - Setup your Command Line Interface (CLI)

Cloudify offers multiple user interfaces. All orchestration actions can be performed from the Management Console UI you logged into in Step 2, however, in many cases, a CLI access from your Mac, Windows, or Linux station is easier.

Follow these instructions to deploy your CLI.

Next Steps

Now that you have access to a Cloudify Manager environment, we recommend performing some additional activities to become comfortable with Cloudify. The following suggestions will get you started!