Add section Deploy Local on Windows (#3425)
* add deploy on windows steps * correct minor * change suggestions by @avaidyanatha
This commit is contained in:
BIN
docs/.gitbook/assets/airbyte_deploy_windows_docker.png
Normal file
BIN
docs/.gitbook/assets/airbyte_deploy_windows_docker.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 729 KiB |
@@ -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.
|
||||

|
||||
|
||||
## 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.
|
||||
|
||||
Reference in New Issue
Block a user