# Deploy a Replication Server

Now we can finally deploy our schema and Replication Server to the coherence Cloud.

{% hint style="info" %}
In this example we're working with Worlds. Make sure you have **created a World** before trying to deploy the Replication Server. To create a World, follow the steps described in [Manage Worlds](https://docs.coherence.io/hosting/coherence-cloud/manage-worlds).
{% endhint %}

## Video tutorial

The topics on this page start from around 1:00 in the video below:

{% embed url="<https://youtu.be/ZYJQzji1Oek?t=65>" %}

## Step by step

### Upload Schema

In the **coherence Hub** window, select the *coherence* **Cloud** tab, and click on **Upload to coherence Cloud** in the **Schemas** section.

The **Cloud Status** in the **Schemas** section should now be *In Sync*.

<figure><img src="https://content.gitbook.com/content/CMCtKgV0bk1lwR4tWK3W/blobs/LJB8A6Yu7ZX6FGH6qpmk/image.png" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
If the status does not say "*In Sync*", or if you encounter any other issues with the server interface, refer to the [troubleshooting](https://docs.coherence.io/support/known-issues) section.
{% endhint %}

Your project schema is now deployed with the correct version of the Replication Server already running in the cloud. You will be able to see this in your cloud dashboard status.

<figure><img src="https://content.gitbook.com/content/CMCtKgV0bk1lwR4tWK3W/blobs/Z5kttvHtDRGaoMzxkHTO/image.png" alt=""><figcaption></figcaption></figure>

### Run the project

You can now build the project and send the build to friends or colleagues for testing.

If you used one of the Connection Dialog samples, once you play the game it will fetch all the regions available for your project. This depends on the project configuration (e.g., the regions that you have selected for your project in the Dashboard).

You will be able to play over the internet without worrying about firewalls and local network connections.

{% hint style="success" %}
For quick and easy testing, we suggest trying out [uploading a WebGL build](https://docs.coherence.io/getting-started/setup-a-project/test-in-the-cloud/share-builds). Anyone with the link can then try the build in a browser.
{% endhint %}
