FAQ
| This is a
LIVE
service |
Changelog
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
ews-coordinator
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package Registry
Container Registry
Operate
Terraform modules
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Gilligan Lab for Epidemiology and Modelling
Wheat rusts
ews-coordinator
Commits
61954a1f
You need to sign in or sign up before continuing.
Commit
61954a1f
authored
11 months ago
by
L. Bower
Browse files
Options
Downloads
Patches
Plain Diff
updating airflow instructions
parent
df07c1e9
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/_source/iaas_setup.rst
+8
-0
8 additions, 0 deletions
docs/_source/iaas_setup.rst
with
8 additions
and
0 deletions
docs/_source/iaas_setup.rst
+
8
−
0
View file @
61954a1f
...
...
@@ -589,6 +589,12 @@ airflow db migrate
edit the resulting ${AIRFLOW_HOME}/airflow.cfg file on line 435 to the mysyl database
sql_alchemy_conn = mysql+mysqldb://airflow_user:
<password_from_above>
@localhost:3306/airflow_db
while you are editing the config file, set the timezone to be your local timezone, rather than UTC. As this system works
on a regular, local timezone, daylight saving hours need to be taken into account so it runs at the same local time each day.
default_timezone = Europe/London
(note that the UI has a dropdown in the top right to set the displayed timezone, but the scheduler will run on the server timezone)
**install the mysql provider**
sudo apt install gcc;
...
...
@@ -617,6 +623,8 @@ airflow users create --role Admin --username admin --email lb584@cam.ac.uk --fi
(you can set the password to something more secure when logged in)
run the scheduler and the webserver
airflow scheduler;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment