You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/02/15 10:37:06 UTC

[GitHub] [airflow] Abdur-rahmaanJ commented on issue #14230: Removing Docker from contributing flow

Abdur-rahmaanJ commented on issue #14230:
URL: https://github.com/apache/airflow/issues/14230#issuecomment-779129369


   @potiuk I thought you knew the CONTRIBUTING.rst. I am from the [Python Usergroup of Mauritius](https://www.pymug.com). Since Mr Lamberti is in our country, we thought it would be an excellent opportunity to get people involved in a 'real' Open Source project. That's why i was trying out the instructions.
   
   In [CONTRIBUTING.rst](https://github.com/apache/airflow/blob/master/CONTRIBUTING.rst#step-2-configure-your-environment), [step 2](https://github.com/apache/airflow/blob/master/CONTRIBUTING.rst#step-2-configure-your-environment) it says: 
   
   > Configure the Docker-based Breeze development environment and run tests. 
   
   Read upto 6.
   
   ```
   Step 2: Configure Your Environment
   Configure the Docker-based Breeze development environment and run tests.
   
   You can use the default Breeze configuration as follows:
   
   Install the latest versions of the Docker Community Edition and Docker Compose and add them to the PATH.
   
   Enter Breeze: ./breeze
   
   Breeze starts with downloading the Airflow CI image from the Docker Hub and installing all required dependencies.
   
   Enter the Docker environment and mount your local sources to make them immediately visible in the environment.
   
   Create a local virtualenv, for example:
   
   mkvirtualenv myenv --python=python3.6
   Initialize the created environment:
   ./breeze initialize-local-virtualenv --python 3.6
   Open your IDE (for example, PyCharm) and select the virtualenv you created as the project's default virtualenv in your IDE.
   ```
   
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org