1
0
mirror of synced 2025-12-25 02:09:19 -05:00

Add section Deploy Local on Windows (#3425)

* add deploy on windows steps

* correct minor

* change suggestions by @avaidyanatha
This commit is contained in:
Marcos Marx
2021-05-16 19:44:27 -03:00
committed by GitHub
parent 6ffada861b
commit 18c1d6eb1b
2 changed files with 11 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 729 KiB

View File

@@ -18,6 +18,17 @@ docker-compose up
* In your browser, just visit [http://localhost:8000](http://localhost:8000)
* Start moving some data!
## Deploy on Windows
We recommend following [this guide](https://docs.docker.com/docker-for-windows/install/) to install Docker on Windows.
After installing the WSL 2 backend and Docker you should be able to run containers using Windows PowerShell.
Additionally, as we note frequently, you will need `docker-compose` to build Airbyte from source.
The suggested guide already installs `docker-compose` on Windows.
Instead of cloning the repo, you can alternatively download the latest Airbyte release [here](https://github.com/airbytehq/airbyte/releases).
Unzip the downloaded file, access the unzipped file using PowerShell terminal, and run `docker-compose up`.
After this, you should see the Airbyte containers in the Docker application as in the image below.
![](../.gitbook/assets/airbyte_deploy_windows_docker.png)
## Troubleshooting
If you encounter any issues, just connect to our [Slack](https://slack.airbyte.io). Our community will help! We also have a [FAQ](../faq/technical-support.md) section in our docs for common problems.