# 操作指南
> 貢獻者:[@ImPerat0R\_](https://github.com/tssujt)
在[快速開始](zh/start.md)部分設置沙箱很容易; 建設一個生產級環境則需要更多的工作!
這些操作指南將指導您完成使用和配置 Airflow 環境的常見任務。
* [設置配置選項](zh/howto/set-config.md)
* [初始化數據庫后端](zh/howto/initialize-database.md)
* [使用Operators](zh/howto/operator.md)
* [BashOperator](zh/howto/operator.md)
* [PythonOperator](zh/howto/operator.md)
* [Google Cloud Platform Operators](zh/howto/operator.md)
* [管理連接](zh/howto/manage-connections.md)
* [使用 UI 創建連接](zh/howto/manage-connections.md)
* [使用 UI 編輯連接](zh/howto/manage-connections.md)
* [使用環境變量創建連接](zh/howto/manage-connections.md)
* [連接類型](zh/howto/manage-connections.md)
* [保護連接](zh/howto/secure-connections.md)
* [寫日志](zh/howto/write-logs.md)
* [在本地編寫日志](zh/howto/write-logs.md)
* [將日志寫入 Amazon S3](zh/howto/write-logs.md)
* [將日志寫入 Azure Blob 存儲](zh/howto/write-logs.md)
* [將日志寫入 Google 云端存儲](zh/howto/write-logs.md)
* [用 Celery 擴大規模](zh/howto/executor/use-celery.md)
* [用 Dask 擴展](zh/howto/executor/use-dask.md)
* [使用 Mesos 擴展(社區貢獻)](zh/howto/executor/use-mesos.md)
* [任務直接在 mesos 從站上執行](zh/howto/executor/use-mesos.md)
* [在 mesos 從站上的容器中執行的任務](zh/howto/executor/use-mesos.md)
* [使用 systemd 運行 Airflow](zh/howto/run-with-systemd.md)
* [用 upstart 運行 Airflow](zh/howto/run-with-upstart.md)
* [使用測試模式配置](zh/howto/use-test-config.md)