Repository: incubator-airflow
Updated Branches:
  refs/heads/master e50eea629 -> dfff04671


[AIRFLOW-2304] Update quickstart doc to mention scheduler part

Closes #3207 from feng-tao/airflow-2304


Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-airflow/commit/dfff0467
Tree: http://git-wip-us.apache.org/repos/asf/incubator-airflow/tree/dfff0467
Diff: http://git-wip-us.apache.org/repos/asf/incubator-airflow/diff/dfff0467

Branch: refs/heads/master
Commit: dfff04671bc3953bf4bedf871b2223affffc34aa
Parents: e50eea6
Author: Tao feng <tf...@lyft.com>
Authored: Tue Apr 10 09:18:20 2018 +0200
Committer: Fokko Driesprong <fokkodriespr...@godatadriven.com>
Committed: Tue Apr 10 09:18:20 2018 +0200

----------------------------------------------------------------------
 docs/start.rst | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-airflow/blob/dfff0467/docs/start.rst
----------------------------------------------------------------------
diff --git a/docs/start.rst b/docs/start.rst
index 36128f5..f9f09e7 100644
--- a/docs/start.rst
+++ b/docs/start.rst
@@ -19,6 +19,11 @@ The installation is quick and straightforward.
     # start the web server, default port is 8080
     airflow webserver -p 8080
 
+    # start the scheduler
+    airflow scheduler
+
+    # visit localhost:8080 in the browser and enable the example dag in the 
home page
+
 Upon running these commands, Airflow will create the ``$AIRFLOW_HOME`` folder
 and lay an "airflow.cfg" file with defaults that get you going fast. You can
 inspect the file either in ``$AIRFLOW_HOME/airflow.cfg``, or through the UI in

Reply via email to