Skip to content

Commit

Permalink
[AIRFLOW-1476] add INSTALL instruction for source releases
Browse files Browse the repository at this point in the history
Closes apache#2492 from mistercrunch/install
  • Loading branch information
mistercrunch authored and bolkedebruin committed Sep 11, 2017
1 parent 8a2d248 commit da76ac7
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .rat-excludes
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,13 @@ CHANGELOG.txt
kerberos_auth.py
airflow_api_auth_backend_kerberos_auth_py.html
licenses/*
airflow/www/static/docs
parallel.js
underscore.js
jquery.dataTables.min.js
jqClock.min.js
dagre-d3.min.js
bootstrap-toggle.min.js
bootstrap-toggle.min.css
d3.v3.min.js
ace.js
9 changes: 9 additions & 0 deletions INSTALL
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# INSTALL / BUILD instruction for Apache Airflow (incubating)
# fetch the tarball and untar the source

# [optional] run Apache RAT (release audit tool) to validate license headers
# RAT docs here: https://creadur.apache.org/rat/
java -jar apache-rat.jar -E ./.rat-excludes -d .

# install the release
python setup.py install

0 comments on commit da76ac7

Please sign in to comment.