> For the complete documentation index, see [llms.txt](https://docs.mydbsync.com/cloud-replication-main/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mydbsync.com/cloud-replication-main/v6/getting-started/installation/linux-installation.md).

# Linux Installation

* Get the DBSync Linux zip file from the following URL

&#x20;         <http://mydbsync.com/integration/cloud-replication-for-salesforce>

* Once the zip file is downloaded to the desired location on your Linux server, navigate to the folder and  use the command **unzip -d /install-dir dbsync-repl-30-tomcat.zip**

![](https://help.mydbsync.com/docs/download/attachments/31985342/worddavb10a6e1e81f2e2d81cfd531677180a55.png?version=1\&modificationDate=1585386474000\&api=v2)

* The event manager of the Replication tool can be pointed to a specific directory with the following steps. The below command takes you to the directory path of the event manager of the DBSync Cloud Replication tool.

![](https://help.mydbsync.com/docs/download/attachments/31985342/Vim.png?version=1\&modificationDate=1585386474000\&api=v2)

* The directory path of the event manager is shown below.

![](https://help.mydbsync.com/docs/download/attachments/31985342/Original1.png?version=1\&modificationDate=1585386474000\&api=v2)

* Directory *DBSync* must be replaced by the required directory name to point the event manager to that directory.

![](https://help.mydbsync.com/docs/download/attachments/31985342/Edited1.png?version=1\&modificationDate=1585386474000\&api=v2)

* Change the permission for the scripts by getting into the ***bin*** folder and provide executive permission for all the shell scripts using the command ***Chmod 755 \*.sh**.*

\
![](https://help.mydbsync.com/docs/download/attachments/31985342/worddav1b30d1d2c1eb54ce8f14925c076742a2.png?version=1\&modificationDate=1585386474000\&api=v2)

* At this point, the DBSync Cloud Replication tool is installed on your Linux server. You can start the DBSync Cloud Replication tool by navigating to the ***bin*** folder and running the command from the terminal window ***./catalina.sh start***.

\
![](https://help.mydbsync.com/docs/download/attachments/31985342/worddav1eefa46e13b10f1a70dcc87c9aa3f97c.png?version=1\&modificationDate=1585386474000\&api=v2)\ <br>

* To check the logs you can run the command ***tail --f logs/catalina.out*** as illustrated in the below screenshot

\
![](https://help.mydbsync.com/docs/download/attachments/31985342/worddav2a967733cf10d649ff729eb72829258a.png?version=1\&modificationDate=1585386474000\&api=v2)

* To access the DBSync Cloud Replication console, please paste the <http://localhost:8080/dbsync> URL in your browser address bar and you will be presented with the DBSync Cloud Replication Home page.

\
![](https://help.mydbsync.com/docs/download/attachments/31985342/ZIP5.PNG?version=1\&modificationDate=1585386474000\&api=v2)

* To stop DBSync Cloud Replication, navigate to the ***bin*** folder and execute the script ***./catalina.sh stop*** from the terminal window and to check the status of process execute the command ***ps --ef | grep java*** as shown below.

\
![](https://help.mydbsync.com/docs/download/attachments/31985342/worddav3861d112900df53717359bfc84333fc3.png?version=1\&modificationDate=1585386474000\&api=v2)

<br>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.mydbsync.com/cloud-replication-main/v6/getting-started/installation/linux-installation.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
